~astara-drivers/charms/trusty/keystone/astara-rebase

« back to all changes in this revision

Viewing changes to hooks/keystone_utils.py

  • Committer: billy.olsen at canonical
  • Date: 2015-10-06 19:19:34 UTC
  • mfrom: (178.2.1 keystone)
  • Revision ID: billy.olsen@canonical.com-20151006191934-h7l88xwqla2hmm8b
[ionutbalutoiu,r=billy-olsen] Add ironic to the valid_service dictionary.

Show diffs side-by-side

added added

removed removed

Lines of Context:
271
271
    "cloudkitty": {
272
272
        "type": "rating",
273
273
        "desc": "CloudKitty Rating API"
 
274
    },
 
275
    "ironic": {
 
276
        "type": "baremetal",
 
277
        "desc": "Ironic bare metal provisioning service"
274
278
    }
275
279
}
276
280