Fix typos in Murano files
Change-Id: I01995f63ff7e3989ad32b900dc5ce36738236955
This commit is contained in:
parent
c38202c9cb
commit
1b847ff6c4
@ -50,7 +50,7 @@ MURANO_APPS_BRANCH=${MURANO_APPS_BRANCH:-master}
|
|||||||
# The problem arise when Murano installed in 'devbox' mode, allowing two or more
|
# The problem arise when Murano installed in 'devbox' mode, allowing two or more
|
||||||
# devboxes to use one common OpenStack host. In this case it's better devboxes
|
# devboxes to use one common OpenStack host. In this case it's better devboxes
|
||||||
# use separated virtual hosts, to avoid conflicts between Murano services.
|
# use separated virtual hosts, to avoid conflicts between Murano services.
|
||||||
# This couldn't be done using exitsting variables, so that's why this variable was added.
|
# This couldn't be done using existing variables, so that's why this variable was added.
|
||||||
MURANO_RABBIT_VHOST=${MURANO_RABBIT_VHOST:-''}
|
MURANO_RABBIT_VHOST=${MURANO_RABBIT_VHOST:-''}
|
||||||
|
|
||||||
# Settings needed for the Murano Tempest Plugin installation
|
# Settings needed for the Murano Tempest Plugin installation
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# This script is executed inside pre_test_hook function in desvstack gate.
|
# This script is executed inside pre_test_hook function in devstack gate.
|
||||||
|
|
||||||
# Install Murano devstack integration
|
# Install Murano devstack integration
|
||||||
source ./pre_test_hook_common.sh
|
source ./pre_test_hook_common.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user