Skip to content

Commit 1e98bdc

Browse files
author
Deepak Garg
committed
Bug #938403.
Added the line for installing python-quantumclient. Manually Tested. Note: Fixes added regarding horizon's dependency on quantum-client Change-Id: I1d739f81ce2118363cc05ec4a858ac2e732e9d0d
1 parent c1bf680 commit 1e98bdc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

stack.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,8 @@ fi
582582
if is_service_enabled q-svc; then
583583
# quantum
584584
git_clone $QUANTUM_REPO $QUANTUM_DIR $QUANTUM_BRANCH
585+
fi
586+
if is_service_enabled q-svc horizon; then
585587
git_clone $QUANTUM_CLIENT_REPO $QUANTUM_CLIENT_DIR $QUANTUM_CLIENT_BRANCH
586588
fi
587589

@@ -620,6 +622,9 @@ fi
620622
if is_service_enabled q-svc; then
621623
cd $QUANTUM_DIR; sudo python setup.py develop
622624
fi
625+
if is_service_enabled q-svc horizon; then
626+
cd $QUANTUM_CLIENT_DIR; sudo python setup.py develop
627+
fi
623628
if is_service_enabled m-svc; then
624629
cd $MELANGE_DIR; sudo python setup.py develop
625630
fi

0 commit comments

Comments
 (0)