~alexlist/charms/trusty/keystone/mojo-is-swift-ha

« back to all changes in this revision

Viewing changes to hooks/keystone_utils.py

  • Committer: james.page at ubuntu
  • Date: 2014-06-05 15:02:11 UTC
  • Revision ID: james.page@ubuntu.com-20140605150211-ez81h66uk13vahit
[mikemc,r=james-page] Add product-streams service type for stream data.

Show diffs side-by-side

added added

removed removed

Lines of Context:
168
168
    "heat-cfn": {
169
169
        "type": "cloudformation",
170
170
        "desc": "Heat CloudFormation API"
 
171
    },
 
172
    "image-stream": {
 
173
        "type": "product-streams",
 
174
        "desc": "Ubuntu Product Streams"
171
175
    }
172
176
}
173
177