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
|
||||
# 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
|
||||
|
@ -102,7 +102,7 @@ Murano optional arguments
|
||||
|
||||
**-k, --insecure**
|
||||
Explicitly allow muranoclient to perform "insecure" SSL (https) requests.
|
||||
The server's certificate willnot be verified against any certificate
|
||||
The server's certificate will not be verified against any certificate
|
||||
authorities. This option should be used with caution.
|
||||
|
||||
**--os-cacert <ca-certificate>**
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user