summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorPavlo Shchelokovskyy <pshchelokovskyy@mirantis.com>2014-06-17 11:39:30 +0300
committerPavlo Shchelokovskyy <pshchelokovskyy@mirantis.com>2014-08-21 15:46:23 +0300
commit7b91eacc955bd2e9a9f4ae9c69d22dd27dce05e8 (patch)
tree4f4f3b6aa3dc2c265ffd297a812079bad3f14dc5 /setup.cfg
parent4872f44944e94250eeced7c07931974af43b2fd1 (diff)
downloadheat-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.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index e0b58590e..7b0c2d440 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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