Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
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
configuration
Commits
c6b113f4
Commit
c6b113f4
authored
Feb 25, 2014
by
Feanil Patel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update the abbey ami Name. to use the play.
parent
db3ff905
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
util/vpc-tools/abbey.py
+2
-2
No files found.
util/vpc-tools/abbey.py
View file @
c6b113f4
...
...
@@ -675,8 +675,8 @@ if __name__ == '__main__':
sqs_queue
=
None
instance_id
=
None
run_id
=
"abbey-{}-{}-{}"
.
format
(
args
.
environment
,
args
.
deployment
,
int
(
time
.
time
()
*
100
)
)
run_id
=
"abbey-{}-{}-{}
-{}
"
.
format
(
int
(
time
.
time
()
*
100
),
args
.
environment
,
args
.
deployment
,
args
.
play
)
ec2_args
=
create_instance_args
()
...
...
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