Merge lp:~mikemc/charms/trusty/keystone/add-glance-simplestream-service into lp:~openstack-charmers-archive/charms/trusty/keystone/trunk

Proposed by Mike McCracken
Status: Rejected
Rejected by: James Page
Proposed branch: lp:~mikemc/charms/trusty/keystone/add-glance-simplestream-service
Merge into: lp:~openstack-charmers-archive/charms/trusty/keystone/trunk
Diff against target: 13 lines (+4/-0)
1 file modified
hooks/keystone_utils.py (+4/-0)
To merge this branch: bzr merge lp:~mikemc/charms/trusty/keystone/add-glance-simplestream-service
Reviewer Review Type Date Requested Status
James Page Needs Fixing
Review via email: mp+222043@code.launchpad.net

Commit message

- Add service type for uploading images from simplestreams into glance/swift.

Description of the change

Add service type for uploading images from simplestreams into glance/swift.

The exact naming of this service type is open for suggestions, as is the potential need to add a second type now for a future service that will upload juju tools into openstack storage. One option is to use the same service type name for both, since they'll both be configured by the same charm.

To post a comment you must log in.
Revision history for this message
James Page (james-page) :
review: Needs Fixing
67. By Mike McCracken

rename according to feedback

Unmerged revisions

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'hooks/keystone_utils.py'
2--- hooks/keystone_utils.py 2014-05-21 10:02:01 +0000
3+++ hooks/keystone_utils.py 2014-06-05 14:49:05 +0000
4@@ -168,6 +168,10 @@
5 "heat-cfn": {
6 "type": "cloudformation",
7 "desc": "Heat CloudFormation API"
8+ },
9+ "image-stream": {
10+ "type": "product-streams",
11+ "desc": "Ubuntu Product Streams"
12 }
13 }
14

Subscribers

People subscribed via source and target branches