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:
parent
ea13a9c274
commit
062c4b3673
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user