Switch to shade master branch

The modules included require shade as it exists on its master branch
and as such we need to switch to installing that version of shade.
This commit is contained in:
Julia Kreger 2015-04-16 15:00:43 -04:00
parent ea13a9c274
commit 062c4b3673
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ required_packages_ubuntu:
- kpartx
http_boot_folder: /httpboot
ironicclient_source_install: false
shade_source_install: false
shade_source_install: true
# Configuration information for diskimage-builder
dib_env_vars:
DIB_CLOUD_INIT_DATASOURCES: "ConfigDrive"

View File

@ -61,7 +61,7 @@
include: shade_source_install.yml
when: skip_install is not defined and shade_source_install is defined and shade_source_install == true
- name: "Shade - Installing patched shade library."
pip: name=shade state=present version=0.5.0
pip: name=shade state=latest
when: skip_install is not defined and (shade_source_install is not defined or shade_source_install == false)
- name: "Include diskimage-builder installation"
include: dib_install.yml