Merge "Properly namespace cinder_storage_address"
This commit is contained in:
commit
67a2422cc8
@ -572,7 +572,7 @@
|
||||
# volume_backend_name: LVM_iSCSI
|
||||
# volume_driver: cinder.volume.drivers.lvm.LVMVolumeDriver
|
||||
# volume_group: cinder-volumes
|
||||
# iscsi_ip_address: "{{ storage_address }}"
|
||||
# iscsi_ip_address: "{{ cinder_storage_address }}"
|
||||
# limit_container_types: cinder_volume
|
||||
#
|
||||
# Example:
|
||||
|
@ -139,6 +139,7 @@
|
||||
cinder_venv_tag: "{{ openstack_release }}"
|
||||
cinder_venv_download_url: "{{ openstack_repo_url }}/venvs/{{ openstack_release }}/{{ ansible_distribution | lower }}/cinder-{{ openstack_release }}-{{ ansible_architecture | lower }}.tgz"
|
||||
cinder_management_address: "{{ ansible_ssh_host }}"
|
||||
cinder_storage_address: "{{ storage_address }}"
|
||||
cinder_glance_host: "{{ internal_lb_vip_address }}"
|
||||
cinder_glance_service_port: "{{ glance_service_port }}"
|
||||
tags:
|
||||
|
Loading…
x
Reference in New Issue
Block a user