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

View File

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