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
5dc0909c
Commit
5dc0909c
authored
Apr 25, 2016
by
Feanil Patel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Region aware vpc connection.
parent
d4678945
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 @
5dc0909c
...
...
@@ -9,7 +9,7 @@ import requests
try
:
import
boto.ec2
import
boto.sqs
from
boto.vpc
import
VPCConnection
import
boto.vpc
from
boto.exception
import
NoAuthHandlerFound
,
EC2ResponseError
from
boto.sqs.message
import
RawMessage
from
boto.ec2.blockdevicemapping
import
BlockDeviceType
,
BlockDeviceMapping
...
...
@@ -188,7 +188,7 @@ def create_instance_args():
user data
"""
vpc
=
VPCConnection
(
)
vpc
=
boto
.
vpc
.
connect_to_region
(
args
.
region
)
subnet
=
vpc
.
get_all_subnets
(
filters
=
{
'tag:aws:cloudformation:stack-name'
:
stack_name
,
...
...
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