Correctly namespace the storage_address variable
A PR to correctly namespace the "cinder_storage_address" variable was created here: https://review.openstack.org/368653 To match up wtih this, this PR adjusts the documentation to reflect the recommended change. Change-Id: Ic8c94d815db512db2abdd0aac7cbc172c6d7f865
This commit is contained in:
parent
b5ce16c949
commit
e30450474d
@ -215,7 +215,7 @@ Configuring cinder to use LVM
|
||||
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
|
||||
|
||||
To use another backend in a
|
||||
|
Loading…
Reference in New Issue
Block a user