Browse code

Remove python-openstackclient.

It's not used.

Change-Id: I00deaa9ebcd844dd9c3c9d2560d11ad37589d847

James E. Blair authored on 2012/11/17 09:41:26
Showing 2 changed files
... ...
@@ -317,7 +317,6 @@ source $TOP_DIR/lib/tempest
317 317
 
318 318
 # Set the destination directories for OpenStack projects
319 319
 HORIZON_DIR=$DEST/horizon
320
-OPENSTACKCLIENT_DIR=$DEST/python-openstackclient
321 320
 NOVNC_DIR=$DEST/noVNC
322 321
 SWIFT_DIR=$DEST/swift
323 322
 SWIFT3_DIR=$DEST/swift3
... ...
@@ -813,9 +812,6 @@ install_keystoneclient
813 813
 install_glanceclient
814 814
 install_novaclient
815 815
 
816
-# Check out the client libs that are used most
817
-git_clone $OPENSTACKCLIENT_REPO $OPENSTACKCLIENT_DIR $OPENSTACKCLIENT_BRANCH
818
-
819 816
 # glance, swift middleware and nova api needs keystone middleware
820 817
 if is_service_enabled key g-api n-api swift; then
821 818
     # unified auth system (manages accounts/tokens)
... ...
@@ -881,7 +877,6 @@ echo_summary "Configuring OpenStack projects"
881 881
 # allowing ``import nova`` or ``import glance.client``
882 882
 configure_keystoneclient
883 883
 configure_novaclient
884
-setup_develop $OPENSTACKCLIENT_DIR
885 884
 if is_service_enabled key g-api n-api swift; then
886 885
     configure_keystone
887 886
 fi
... ...
@@ -76,10 +76,6 @@ HORIZON_BRANCH=master
76 76
 NOVACLIENT_REPO=${GIT_BASE}/openstack/python-novaclient.git
77 77
 NOVACLIENT_BRANCH=master
78 78
 
79
-# consolidated openstack python client
80
-OPENSTACKCLIENT_REPO=${GIT_BASE}/openstack/python-openstackclient.git
81
-OPENSTACKCLIENT_BRANCH=master
82
-
83 79
 # python keystone client library to nova that horizon uses
84 80
 KEYSTONECLIENT_REPO=${GIT_BASE}/openstack/python-keystoneclient
85 81
 KEYSTONECLIENT_BRANCH=master