Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Enable connect_to_region(us-gov-west-1) for vpc services in GovCloud
Browse files Browse the repository at this point in the history
  • Loading branch information
carllen committed Aug 9, 2013
1 parent 3c56121 commit 9167d89
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions boto/vpc/__init__.py
Expand Up @@ -52,6 +52,10 @@ def regions(**kw_params):
endpoint=RegionData[region_name],
connection_cls=VPCConnection)
regions.append(region)
regions.append(RegionInfo(name='us-gov-west-1',
endpoint=RegionData[region_name],
connection_cls=VPCConnection)
)
return regions


Expand Down

0 comments on commit 9167d89

Please sign in to comment.