[Trivial fix] Correct spelling error

Small modification to correct spelling mistake.

Change-Id: I6b0cace792216e2be6cf44950bd132fbb72bcefd
This commit is contained in:
Nguyen Hai Truong 2018-11-04 17:05:56 +07:00
parent d0ef425ef6
commit fb130412ae
2 changed files with 3 additions and 3 deletions

View File

@ -122,7 +122,7 @@ $ docker build https://git.openstack.org/openstack/loci.git \
The images should contain all the required assets for running the service. But The images should contain all the required assets for running the service. But
if you wish or need to customize the `loci/keystone` image that's great! We if you wish or need to customize the `loci/keystone` image that's great! We
hope to have built the images to make this as easy and flexible as possible. To hope to have built the images to make this as easy and flexible as possible. To
do this we recommend that you perform any required customisation in a child do this we recommend that you perform any required customization in a child
image using a pattern similar to: image using a pattern similar to:
``` Dockerfile ``` Dockerfile

View File

@ -10,11 +10,11 @@ docker_daemon:
# Setting reuse_requirements to True will use the most recent # Setting reuse_requirements to True will use the most recent
# requirements build from the gate registry. This can save bandwidth # requirements build from the gate registry. This can save bandwidth
# and time. However, it introduces a gate race condition if a change # and time. However, it introduces a gate race condition if a change
# is posted that updates requirments. We set to false to prefer # is posted that updates requirements. We set to false to prefer
# correctness to speed. # correctness to speed.
reuse_requirements: False reuse_requirements: False
# Override Zuul inferrence of source directory from project name to always # Override Zuul inference of source directory from project name to always
# use "loci". # use "loci".
loci_src_dir: "src/git.openstack.org/openstack/loci" loci_src_dir: "src/git.openstack.org/openstack/loci"
branch: "{{ zuul_execution_branch.split('/')[-1] }}" branch: "{{ zuul_execution_branch.split('/')[-1] }}"