Rename murano-api repo to murano

Murano is moving to the common approach of using single server side repo.

Change-Id: I0c3484264e0b0be46a2b3669129b01e303c7c87e
This commit is contained in:
Sergey Lukjanov
2014-05-23 10:31:33 +04:00
committed by Jeremy Stanley
parent 9b26f18aaa
commit d9ebc2a173
5 changed files with 16 additions and 18 deletions

View File

@@ -17,18 +17,18 @@
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TIMEOUT=60
export ENABLED_SERVICES=murano,murano-api,murano-engine,tempest
export PROJECTS="stackforge/murano-api $PROJECTS"
export PROJECTS="stackforge/murano $PROJECTS"
export PROJECTS="stackforge/murano-dashboard $PROJECTS"
export PROJECTS="stackforge/python-muranoclient $PROJECTS"
function pre_test_hook {
cd /opt/stack/new/murano-api/functionaltests
cd /opt/stack/new/murano/functionaltests
./pre_test_hook.sh
}
export -f pre_test_hook
function post_test_hook {
cd /opt/stack/new/murano-api/functionaltests
cd /opt/stack/new/murano/functionaltests
./post_test_hook.sh
}
export -f post_test_hook