Skip to content

Commit

Permalink
Bug #938403.
Browse files Browse the repository at this point in the history
Added the line for installing python-quantumclient. Manually Tested.
Note: Fixes added regarding horizon's dependency on quantum-client

Change-Id: I1d739f81ce2118363cc05ec4a858ac2e732e9d0d
  • Loading branch information
Deepak Garg committed Feb 23, 2012
1 parent c1bf680 commit 1e98bdc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions stack.sh
Expand Up @@ -582,6 +582,8 @@ fi
if is_service_enabled q-svc; then
# quantum
git_clone $QUANTUM_REPO $QUANTUM_DIR $QUANTUM_BRANCH
fi
if is_service_enabled q-svc horizon; then
git_clone $QUANTUM_CLIENT_REPO $QUANTUM_CLIENT_DIR $QUANTUM_CLIENT_BRANCH
fi

Expand Down Expand Up @@ -620,6 +622,9 @@ fi
if is_service_enabled q-svc; then
cd $QUANTUM_DIR; sudo python setup.py develop
fi
if is_service_enabled q-svc horizon; then
cd $QUANTUM_CLIENT_DIR; sudo python setup.py develop
fi
if is_service_enabled m-svc; then
cd $MELANGE_DIR; sudo python setup.py develop
fi
Expand Down

0 comments on commit 1e98bdc

Please sign in to comment.