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
9d3583ca
Commit
9d3583ca
authored
May 08, 2014
by
James Cammarata
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7055 from bpennypacker/rds_modify
cloud/rds : renaming an rds instance always fails
parents
5c18af1a
b57887ba
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
library/cloud/rds
+6
-0
No files found.
library/cloud/rds
View file @
9d3583ca
...
@@ -543,6 +543,12 @@ def main():
...
@@ -543,6 +543,12 @@ def main():
found
=
1
found
=
1
if
found
==
0
:
if
found
==
0
:
time
.
sleep
(
5
)
time
.
sleep
(
5
)
# The name of the database has now changed, so we have
# to force result to contain the new instance, otherwise
# the call below to get_current_resource will fail since it
# will be looking for the old instance name.
result
.
id
=
new_instance_name
else
:
else
:
# Wait for a few seconds since it takes a while for AWS
# Wait for a few seconds since it takes a while for AWS
# to change the instance from 'available' to 'modifying'
# to change the instance from 'available' to 'modifying'
...
...
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