Fix README, was referring to deprecated class

Change-Id: Ic3afd9a93f0160d7b98b6c95996d7ce489ff1f9b
This commit is contained in:
Trygve Vea
2017-10-09 09:59:06 +02:00
parent 5882599c2a
commit 35250f62a6
+3 -2
View File
@@ -91,8 +91,9 @@ class { 'cinder':
class { 'cinder::volume': }
class { 'cinder::volume::iscsi':
iscsi_ip_address => '10.0.0.2',
cinder::backend::iscsi {
'iscsi_example':
iscsi_ip_address => '10.0.0.2',
}
```