Fix typos in Murano files

Change-Id: I01995f63ff7e3989ad32b900dc5ce36738236955
This commit is contained in:
Nguyen Hung Phuong 2016-03-30 13:18:26 +07:00
parent c38202c9cb
commit 1b847ff6c4
3 changed files with 3 additions and 3 deletions

View File

@ -50,7 +50,7 @@ MURANO_APPS_BRANCH=${MURANO_APPS_BRANCH:-master}
# 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
# 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:-''}
# Settings needed for the Murano Tempest Plugin installation

View File

@ -1,6 +1,6 @@
#!/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
source ./pre_test_hook_common.sh