Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
d62beb2d
Commit
d62beb2d
authored
Jun 10, 2013
by
Bruce Pennypacker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed bug in delete action - skip_final_snapshot must always be set
parent
041a4872
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
library/cloud/rds
+3
-0
No files found.
library/cloud/rds
View file @
d62beb2d
...
@@ -423,6 +423,9 @@ def main():
...
@@ -423,6 +423,9 @@ def main():
if
snapshot
:
if
snapshot
:
params
[
"skip_final_snapshot"
]
=
False
params
[
"skip_final_snapshot"
]
=
False
params
[
"final_snapshot_id"
]
=
snapshot
params
[
"final_snapshot_id"
]
=
snapshot
else
:
params
[
"skip_final_snapshot"
]
=
True
db
=
conn
.
delete_dbinstance
(
instance_name
,
**
params
)
db
=
conn
.
delete_dbinstance
(
instance_name
,
**
params
)
except
boto
.
exception
.
BotoServerError
,
e
:
except
boto
.
exception
.
BotoServerError
,
e
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment