Update vars and add dependency

This commit is contained in:
Ian Cordasco 2016-01-22 11:01:40 -06:00
parent a3a1cf7154
commit 053c543ff1
2 changed files with 3 additions and 2 deletions

View File

@ -43,9 +43,9 @@ magnum_service_adminurl: "{{ magnum_service_adminuri_protocol }}://{{ internal_l
magnum_config_overrides: {}
magnum_policy_overrides: {}
magnum_git_url: "https://git.openstack.org/openstack/magnum"
magnum_git_repo: "https://git.openstack.org/openstack/magnum"
magnum_git_install_branch: master
magnum_git_destination: "/opt/magnum_{{ magnum_git_install_branch |replace('/', '_') }}"
magnum_git_dest: "/opt/magnum_{{ magnum_git_install_branch |replace('/', '_') }}"
magnum_apt_packages:
- python-dev

View File

@ -17,3 +17,4 @@ galaxy_info:
- openstack
dependencies:
- pip_install
- pip_lock_down