Fix README, was referring to deprecated class

Change-Id: Ic3afd9a93f0160d7b98b6c95996d7ce489ff1f9b
This commit is contained in:
Trygve Vea 2017-10-09 08:31:37 +02:00
parent 5882599c2a
commit 35250f62a6
1 changed files with 3 additions and 2 deletions

View File

@ -91,7 +91,8 @@ class { 'cinder':
class { 'cinder::volume': }
class { 'cinder::volume::iscsi':
cinder::backend::iscsi {
'iscsi_example':
iscsi_ip_address => '10.0.0.2',
}
```