cleanup no longer needed task for cinder
we don't need this task anymore. Change-Id: I1ba60fa51ecc86c74d05898b897d7b84c70707ef
This commit is contained in:
parent
4cb9192d79
commit
f94c7beab1
@ -32,19 +32,3 @@
|
||||
volumes: "{{ cinder_api.volumes }}"
|
||||
run_once: True
|
||||
delegate_to: "{{ groups[cinder_api.group][0] }}"
|
||||
|
||||
# TODO(wuchunyang): Remove this task in 'X' cycle.
|
||||
- name: Remove Cinder v2 service
|
||||
become: true
|
||||
kolla_toolbox:
|
||||
module_name: "os_keystone_service"
|
||||
module_args:
|
||||
name: "cinderv2"
|
||||
service_type: "volumev2"
|
||||
description: "Openstack Block Storage"
|
||||
region_name: "{{ openstack_region_name }}"
|
||||
auth: "{{ openstack_auth }}"
|
||||
interface: "{{ openstack_interface }}"
|
||||
cacert: "{{ openstack_cacert }}"
|
||||
state: "absent"
|
||||
run_once: True
|
||||
|
Loading…
Reference in New Issue
Block a user