Merge "Keystone: Source template files from git or deploy host"

This commit is contained in:
Jenkins 2017-03-29 19:42:00 +00:00 committed by Gerrit Code Review
commit 4fb05ce306

View File

@ -25,3 +25,6 @@ keystone_package_state: "{{ package_state }}"
# venv fetch configuration
keystone_venv_tag: "{{ venv_tag }}"
keystone_venv_download_url: "{{ venv_base_download_url }}/keystone-{{ openstack_release }}-{{ ansible_architecture | lower }}.tgz"
# locations for fetching the default files from the git source
keystone_git_config_lookup_location: "{{openstack_repo_url }}/openstackgit/keystone"