Merge pull request #241 from andymcc/glance_vars_fix
Fix glance vars duplication in group_vars/repo_packages
This commit is contained in:
commit
635263975c
@ -70,23 +70,6 @@ service_names:
|
|||||||
|
|
||||||
flavor: "keystone+cachemanagement"
|
flavor: "keystone+cachemanagement"
|
||||||
|
|
||||||
## Git Source
|
|
||||||
## ALL of this has been relocated to vars/repo_packages
|
|
||||||
## TODO(someone) this should be removed once the repo bits are all figured out.
|
|
||||||
git_repo: https://git.openstack.org/openstack/glance
|
|
||||||
git_fallback_repo: https://github.com/openstack/glance
|
|
||||||
git_etc_example: etc/
|
|
||||||
git_install_branch: master
|
|
||||||
|
|
||||||
service_pip_dependencies:
|
|
||||||
- warlock
|
|
||||||
- MySQL-python
|
|
||||||
- python-memcached
|
|
||||||
- pycrypto
|
|
||||||
- python-glanceclient
|
|
||||||
- python-keystoneclient
|
|
||||||
- keystonemiddleware
|
|
||||||
|
|
||||||
container_directories:
|
container_directories:
|
||||||
- /var/log/glance
|
- /var/log/glance
|
||||||
- /var/lib/glance
|
- /var/lib/glance
|
||||||
|
@ -22,6 +22,7 @@ git_repo: https://git.openstack.org/openstack/glance
|
|||||||
git_fallback_repo: https://github.com/openstack/glance
|
git_fallback_repo: https://github.com/openstack/glance
|
||||||
git_dest: "/opt/{{ repo_path }}"
|
git_dest: "/opt/{{ repo_path }}"
|
||||||
git_install_branch: proposed/juno
|
git_install_branch: proposed/juno
|
||||||
|
git_etc_example: etc/
|
||||||
|
|
||||||
pip_wheel_name: glance
|
pip_wheel_name: glance
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user