Default install method to pip
We want to encourge users to use the released versions of shade, so flip the switch to pip. We still support git and will continue to test against it. Change-Id: I7c18dc43ff136eeffdeef9e9ce970d7365b165fb Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
a2c6f0dc9b
commit
8a55c99ca1
@ -9,8 +9,6 @@
|
||||
- job:
|
||||
name: ansible-role-shade
|
||||
parent: ansible-role-shade-base
|
||||
vars:
|
||||
shade_install_method: pip
|
||||
|
||||
- job:
|
||||
name: ansible-role-shade-fedora-27
|
||||
|
@ -18,7 +18,7 @@ shade_git_uri: https://git.openstack.org/openstack-infra/shade
|
||||
shade_git_version: master
|
||||
# shade_git_update
|
||||
|
||||
shade_install_method: git
|
||||
shade_install_method: pip
|
||||
|
||||
shade_pip_name: shade
|
||||
# shade_pip_executable:
|
||||
|
Loading…
x
Reference in New Issue
Block a user