Update default devstack MURANO_REPO_URL

Updating plugin and libs to point to
http://apps.openstack.org/api/v1/murano_repo/liberty/

Change-Id: Ie24f91730143c85bb6604126ce226953e89dbe4e
Closes-Bug: #1506920
This commit is contained in:
Kirill Zaitsev 2015-10-16 18:50:31 +03:00
parent 2f29a6a0fc
commit 199ea9f251
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ MURANO_PYTHONCLIENT_DIR=$DEST/python-muranoclient
MURANO_DASHBOARD_CACHE_DIR=${MURANO_DASHBOARD_CACHE_DIR:-/tmp/murano}
MURANO_REPOSITORY_URL=${MURANO_REPOSITORY_URL:-'http://storage.apps.openstack.org/'}
MURANO_REPOSITORY_URL=${MURANO_REPOSITORY_URL:-'http://apps.openstack.org/api/v1/murano_repo/liberty/'}
# Functions
# ---------

View File

@ -278,7 +278,7 @@ MURANO_PYTHONCLIENT_DIR=$DEST/python-muranoclient
MURANO_DASHBOARD_CACHE_DIR=${MURANO_DASHBOARD_CACHE_DIR:-/tmp/murano}
MURANO_REPOSITORY_URL=${MURANO_REPOSITORY_URL:-'http://storage.apps.openstack.org/'}
MURANO_REPOSITORY_URL=${MURANO_REPOSITORY_URL:-'http://apps.openstack.org/api/v1/murano_repo/liberty/'}
# Functions
# ---------