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
6e294226
Commit
6e294226
authored
Dec 30, 2014
by
Feanil Patel
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1762 from edx/feanil/fix_abey
Fix the thing.
parents
172b2f83
76319a45
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
util/vpc-tools/abbey.py
+4
-3
No files found.
util/vpc-tools/abbey.py
View file @
6e294226
...
...
@@ -380,9 +380,10 @@ rm -rf $base_dir
secure_vars_file
=
secure_vars_file
,
cache_id
=
args
.
cache_id
)
mapping
=
BlockDeviceMapping
(
delete_on_termination
=
True
,
volume_type
=
'gp2'
)
root_vol
=
BlockDeviceType
(
size
=
args
.
root_vol_size
)
mapping
=
BlockDeviceMapping
()
root_vol
=
BlockDeviceType
(
size
=
args
.
root_vol_size
,
delete_on_termination
=
True
,
volume_type
=
'gp2'
)
mapping
[
'/dev/sda1'
]
=
root_vol
ec2_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