Gnocchi: Update URL used to source default configs
Update the URL location to use the global variable for the repo. Change-Id: Icc32cfab1a20036584684e5a1600ada80a8be32e Depends-On: Ia067a7cd2bc4460462b55f4631eba6e8eb693b0f
This commit is contained in:

committed by
Jesse Pretorius (odyssey4me)

parent
ca826b02ae
commit
129ee2aa57
@@ -30,7 +30,9 @@ gnocchi_keystone_auth: "{{ (groups['keystone_all'] is defined) and (groups['keys
|
||||
# venv fetch configuration
|
||||
gnocchi_venv_tag: "{{ venv_tag }}"
|
||||
gnocchi_venv_download_url: "{{ venv_base_download_url }}/gnocchi-{{ openstack_release }}-{{ ansible_architecture | lower }}.tgz"
|
||||
gnocchi_git_config_lookup_location: "http://{{ internal_lb_vip_address }}:{{ repo_server_port }}/openstackgit/gnocchi/"
|
||||
|
||||
# locations for fetching the default files from the git source
|
||||
gnocchi_git_config_lookup_location: "{{ openstack_repo_url }}/openstackgit/gnocchi"
|
||||
|
||||
# Gnocchi default list of bind mounts
|
||||
gnocchi_container_bind_mounts:
|
||||
|
Reference in New Issue
Block a user