diff options
author | Pavlo Shchelokovskyy <pshchelokovskyy@mirantis.com> | 2014-06-17 11:39:30 +0300 |
---|---|---|
committer | Pavlo Shchelokovskyy <pshchelokovskyy@mirantis.com> | 2014-08-21 15:46:23 +0300 |
commit | 7b91eacc955bd2e9a9f4ae9c69d22dd27dce05e8 (patch) | |
tree | 4f4f3b6aa3dc2c265ffd297a812079bad3f14dc5 /setup.cfg | |
parent | 4872f44944e94250eeced7c07931974af43b2fd1 (diff) | |
download | heat-7b91eacc955bd2e9a9f4ae9c69d22dd27dce05e8.tar.gz |
Implement sahara client plugin
Sahara is an integrated project, so python-saharaclient is added
to requirements.txt and saharaclient imports are mandatory.
Also sahara client is added to stevedore configuration.
Change-Id: Ide77975026175dd9d638cb4640925bfd3eade40a
Implements: blueprint sahara-as-heat-resource
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -47,6 +47,7 @@ heat.clients = neutron = heat.engine.clients.os.neutron:NeutronClientPlugin swift = heat.engine.clients.os.swift:SwiftClientPlugin trove = heat.engine.clients.os.trove:TroveClientPlugin + sahara = heat.engine.clients.os.sahara:SaharaClientPlugin heat.constraints = nova.flavor = heat.engine.resources.server:FlavorConstraint |