Fix changes leftovers
CI is looking good so we can now fix some errors that were left for better times. Change-Id: Icad8d64c09b3ceccb8ca140c1cfbceef3b528f32
This commit is contained in:
parent
6719c91474
commit
ef9cf1abb9
@ -102,6 +102,7 @@
|
||||
package=pymysql
|
||||
when:
|
||||
- skip_install is not defined
|
||||
- enable_venv | bool == false
|
||||
|
||||
- name: "Install extra packages for ironic"
|
||||
include: pip_install.yml
|
||||
@ -142,7 +143,7 @@
|
||||
# logic is largely going into openstacksdk as time goes on.
|
||||
- block:
|
||||
- name: install openstacksdk from PyPI
|
||||
command: "pip3 pip install openstacksdk"
|
||||
command: "pip3 install openstacksdk"
|
||||
when: openstacksdk_source_install | default(false) | bool == false
|
||||
- name: install openstacksdk from source
|
||||
command: "pip3 install {{ openstacksdk_git_folder }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user