Define Murano API URL explicitely

As our lab doesn't allow application_catalog publicURL to be set up
in keystone try to override this using 'url' parameter.

Change-Id: Id0074f8b23320a755a06232b42cf4434e78eadca
This commit is contained in:
Dmitry Teselkin 2014-08-05 12:47:56 +04:00
parent 7e0b9ecb94
commit 68b220e179
1 changed files with 3 additions and 0 deletions

View File

@ -163,6 +163,9 @@ function configure_murano {
# Configure keystone auth url
iniset $MURANO_CONF_FILE keystone auth_url "http://${KEYSTONE_AUTH_HOST}:5000/v2.0"
# Configure Murano API URL
iniset $MURANO_CONF_FILE murano url "http://127.0.0.1:8082"
}