diff --git a/setup.cfg b/setup.cfg index 4410727737..49b55bed9f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -47,7 +47,7 @@ console_scripts = kolla-readpwd = kolla_ansible.cmd.readpwd:main kolla-ansible = kolla_ansible.cmd.kolla_ansible:main -kolla-ansible.cli = +kolla_ansible.cli = gather-facts = kolla_ansible.cli.commands:GatherFacts install-deps = kolla_ansible.cli.commands:InstallDeps prechecks = kolla_ansible.cli.commands:Prechecks diff --git a/tests/run-hashi-vault.yml b/tests/run-hashi-vault.yml index 2f25f1aa75..f9a014e76e 100644 --- a/tests/run-hashi-vault.yml +++ b/tests/run-hashi-vault.yml @@ -54,7 +54,7 @@ name: - "{{ kolla_ansible_src_dir }}" - "ansible-core{{ ansible_core_version_constraint }}" - - "ara[server]<1.7" + - "ara[server]<1.8" virtualenv: "{{ kolla_ansible_venv_path }}" - name: Copy passwords.yml file diff --git a/tests/run.yml b/tests/run.yml index 7293c88600..06445ac39d 100644 --- a/tests/run.yml +++ b/tests/run.yml @@ -268,7 +268,7 @@ name: - "{{ kolla_ansible_src_dir }}" - "ansible-core{{ ansible_core_version_constraint }}" - - "ara[server]<1.7" + - "ara[server]<1.8" virtualenv: "{{ kolla_ansible_venv_path }}" - name: Install Ansible collections