diff --git a/playbooks/defaults/distro_install.yml b/playbooks/defaults/distro_install.yml index 8ef6605f10..09c114f3c8 100644 --- a/playbooks/defaults/distro_install.yml +++ b/playbooks/defaults/distro_install.yml @@ -70,3 +70,6 @@ zun_install_method: distro ## 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_python_interpreter: "{{ ansible_python['executable'] }}" + +openstack_service_setup_host: "{{ groups['utility_all'][0] }}" +openstack_service_setup_host_python_interpreter: "{{ ansible_python['executable'] }}" diff --git a/requirements.txt b/requirements.txt index f385aca3fb..82200e97fa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,21 +7,6 @@ netaddr>=0.7.18 # BSD python-memcached>=1.56 # PSF 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 jmespath>=0.9.3 # MIT