Example should use hyphen instead of underscore

As per the kolla_sources documentation:
https://docs.openstack.org/kayobe/latest/configuration/kolla.html#source-code-locations

Change-Id: I39b59e3fed94d4fc56514c98ae1d9d1c0ad6bebc
This commit is contained in:
Bharat Kunwar 2019-10-24 13:34:07 +01:00
parent e5f5cda76b
commit 9c9e456006
3 changed files with 3 additions and 3 deletions

View File

@ -78,7 +78,7 @@ kolla_openstack_release: "{{ openstack_release }}"
# kolla_install_type=source. See kolla.common.config for details.
# Example:
# kolla_sources:
# ironic_base:
# ironic-base:
# type: git
# location: https://github.com/openstack/ironic
# reference: master

View File

@ -21,7 +21,7 @@ kolla_openstack_release:
# kolla_install_type=source. See kolla.common.config for details.
# Example:
# kolla_sources:
# ironic_base:
# ironic-base:
# type: git
# location: https://github.com/openstack/ironic
# reference: master

View File

@ -80,7 +80,7 @@
# kolla_install_type=source. See kolla.common.config for details.
# Example:
# kolla_sources:
# ironic_base:
# ironic-base:
# type: git
# location: https://github.com/openstack/ironic
# reference: master