Use new openstack.cloud collection names

os_ prefixed module names are deprecated for a while and will be removed
Current usage generates a warning for users.

Change-Id: I22af42d7668615cd4f76366abdc3972da4846a6d
This commit is contained in:
Dmitriy Rabotyagov 2021-02-16 21:38:37 +02:00
parent 8b28984a5c
commit fb3b350f58
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
delegate_to: "{{ designate_service_setup_host }}"
vars:
ansible_python_interpreter: "{{ designate_service_setup_host_python_interpreter }}"
openstack.cloud.os_project_info:
openstack.cloud.project_info:
cloud: default
name: "{{ designate_managed_resource_project_name }}"
interface: internal