Merge "Stop installing client packages for ansible venv"

This commit is contained in:
Zuul 2021-02-20 10:20:06 +00:00 committed by Gerrit Code Review
commit 1b967ce57e
2 changed files with 3 additions and 15 deletions

View File

@ -70,3 +70,6 @@ zun_install_method: distro
## Delegate all database setup tasks to the utility host, and use the utility venv python interpreter ## Delegate all database setup tasks to the utility host, and use the utility venv python interpreter
openstack_db_setup_host: "{{ groups['utility_all'][0] }}" openstack_db_setup_host: "{{ groups['utility_all'][0] }}"
openstack_db_setup_python_interpreter: "{{ ansible_python['executable'] }}" openstack_db_setup_python_interpreter: "{{ ansible_python['executable'] }}"
openstack_service_setup_host: "{{ groups['utility_all'][0] }}"
openstack_service_setup_host_python_interpreter: "{{ ansible_python['executable'] }}"

View File

@ -7,21 +7,6 @@ netaddr>=0.7.18 # BSD
python-memcached>=1.56 # PSF python-memcached>=1.56 # PSF
PyYAML>=3.12 # MIT PyYAML>=3.12 # MIT
# We use this for our own keystone module.
# TODO(odyssey4me): Remove this once we no
# longer use our own keystone module.
python-keystoneclient>=3.8.0 # Apache-2.0
# We use this for the octavia role to be able
# to upload a tagged image.
# Remove this once Ansible can do this with
# modules instead.
python-openstackclient>=3.14.2
# We use this for the Ansible openstack
# modules.
openstacksdk>=0.14.0 # Apache-2.0
# We use this for the json_query filter # We use this for the json_query filter
jmespath>=0.9.3 # MIT jmespath>=0.9.3 # MIT