Merge pull request #241 from andymcc/glance_vars_fix

Fix glance vars duplication in group_vars/repo_packages
This commit is contained in:
Darren Birkett 2014-10-03 13:41:50 +01:00
commit 635263975c
2 changed files with 1 additions and 17 deletions

View File

@ -70,23 +70,6 @@ service_names:
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:
- /var/log/glance
- /var/lib/glance

View File

@ -22,6 +22,7 @@ git_repo: https://git.openstack.org/openstack/glance
git_fallback_repo: https://github.com/openstack/glance
git_dest: "/opt/{{ repo_path }}"
git_install_branch: proposed/juno
git_etc_example: etc/
pip_wheel_name: glance