Merge lp:~evarlast/juju-quickstart/add-eu-central-1 into lp:juju-quickstart

Proposed by Jay R. Wren
Status: Merged
Merged at revision: 130
Proposed branch: lp:~evarlast/juju-quickstart/add-eu-central-1
Merge into: lp:juju-quickstart
Diff against target: 12 lines (+1/-1)
1 file modified
quickstart/models/envs.py (+1/-1)
To merge this branch: bzr merge lp:~evarlast/juju-quickstart/add-eu-central-1
Reviewer Review Type Date Requested Status
Richard Harding Approve
Review via email: mp+246830@code.launchpad.net

Description of the change

add eu-central-1 region

To post a comment you must log in.
Revision history for this message
Jay R. Wren (evarlast) wrote :
Revision history for this message
Richard Harding (rharding) wrote :

LGTM

review: Approve
Revision history for this message
Richard Harding (rharding) wrote :

This should go through lbox so that it can be reviewed/merged properly with test runs/etc.

So this should be triggered with lbox propose. Then we should create a kanban card to make sure we get the review in and things landed.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'quickstart/models/envs.py'
2--- quickstart/models/envs.py 2014-11-13 08:56:19 +0000
3+++ quickstart/models/envs.py 2015-01-17 19:20:52 +0000
4@@ -410,7 +410,7 @@
5 # Define data structures used as part of the metadata below.
6 ec2_regions = (
7 'ap-northeast-1', 'ap-southeast-1', 'ap-southeast-2',
8- 'eu-west-1', 'sa-east-1',
9+ 'eu-central-1', 'eu-west-1', 'sa-east-1',
10 'us-east-1', 'us-west-1', 'us-west-2',
11 )
12 hp_regions = ('region-a.geo-1', 'region-b.geo-1')

Subscribers

People subscribed via source and target branches

to all changes: