Fix typos in Magnum files
TrivialFix Change-Id: I190abb1471730bfea75f49da73c3d64cfa9ca560changes/05/298105/1
parent
f153d61c44
commit
eada9666d5
|
@ -226,7 +226,7 @@ function create_api_paste_conf {
|
|||
}
|
||||
|
||||
function update_heat_policy {
|
||||
# enable stacks globel_index search so that magnum can use
|
||||
# enable stacks global_index search so that magnum can use
|
||||
# list(global_tenant=True)
|
||||
sed -i 's/\("stacks:global_index":\).*$/\1 "role:admin",/' $HEAT_CONF_DIR/policy.json
|
||||
}
|
||||
|
|
|
@ -113,7 +113,7 @@ All the environments are detailed in Magnum's tox.ini::
|
|||
cat tox.ini | grep functional- | awk -F: '{print $2}' | sed s/]//
|
||||
|
||||
To run a particular subset of tests, specify that group as a tox environment.
|
||||
For example, here is how you would run all of the kubernates tests::
|
||||
For example, here is how you would run all of the kubernetes tests::
|
||||
|
||||
tox -e functional-k8s
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ https://10.11.12.13:8000 or https://abcproxy.com:8000
|
|||
3. no-proxy
|
||||
|
||||
A comma separated list of IP addresses or hostnames that should bypass
|
||||
your proxy, and make conenctions directly.
|
||||
your proxy, and make connections directly.
|
||||
|
||||
**NOTE:** You may not express networks/subnets. It only accepts names
|
||||
and ip addresses. Bad example: 192.168.0.0/28.
|
||||
|
@ -37,7 +37,7 @@ and ip addresses. Bad example: 192.168.0.0/28.
|
|||
Steps to configure proxies.
|
||||
==============================
|
||||
|
||||
You can specify all three proxy parameteres while creating baymodel of any
|
||||
You can specify all three proxy parameters while creating baymodel of any
|
||||
coe type. All of proxy parameters are optional.
|
||||
|
||||
magnum baymodel-create --name k8sbaymodel \
|
||||
|
|
|
@ -168,7 +168,7 @@ parameters:
|
|||
|
||||
kube_version:
|
||||
type: string
|
||||
description: version of kubenetes used for kubernetes cluster
|
||||
description: version of kubernetes used for kubernetes cluster
|
||||
|
||||
trustee_user_id:
|
||||
type: string
|
||||
|
|
Loading…
Reference in New Issue