From 9c9e45600664664737b2e3790bef92373aedd278 Mon Sep 17 00:00:00 2001 From: Bharat Kunwar Date: Thu, 24 Oct 2019 13:34:07 +0100 Subject: [PATCH] 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 --- ansible/group_vars/all/kolla | 2 +- ansible/roles/kolla-build/defaults/main.yml | 2 +- etc/kayobe/kolla.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ansible/group_vars/all/kolla b/ansible/group_vars/all/kolla index 7fb3f091a..7f5eebd4b 100644 --- a/ansible/group_vars/all/kolla +++ b/ansible/group_vars/all/kolla @@ -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 diff --git a/ansible/roles/kolla-build/defaults/main.yml b/ansible/roles/kolla-build/defaults/main.yml index 3987c3add..d08d37ac7 100644 --- a/ansible/roles/kolla-build/defaults/main.yml +++ b/ansible/roles/kolla-build/defaults/main.yml @@ -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 diff --git a/etc/kayobe/kolla.yml b/etc/kayobe/kolla.yml index 90fceb8a1..0639ac0f5 100644 --- a/etc/kayobe/kolla.yml +++ b/etc/kayobe/kolla.yml @@ -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