Invite python-openstackclient to the party.
(It doesn't do much, yet.)
Change-Id: If625a15d2d979b91b1d5d764b24c63acaf154657
diff --git a/stackrc b/stackrc
index 3ad46cc..092ba9e 100644
--- a/stackrc
+++ b/stackrc
@@ -41,6 +41,10 @@
NOVACLIENT_REPO=https://github.com/openstack/python-novaclient.git
NOVACLIENT_BRANCH=master
+# Shared openstack python client library
+OPENSTACKCLIENT_REPO=https://github.com/openstack/python-openstackclient.git
+OPENSTACKCLIENT_BRANCH=master
+
# python keystone client library to nova that horizon uses
KEYSTONECLIENT_REPO=https://github.com/openstack/python-keystoneclient
KEYSTONECLIENT_BRANCH=master