update README to reflect new puppet-nova parameter

neutron_admin_password has been deprecated in favour of
neutron_password in puppet-nova
commit 339a6fcb951078d410782fcd9d5c81376f3b358d.

The puppet-neutron README needs to updated to reflect this change to
avoid a deprecation warning.

Change-Id: Ide6ab40752865f66bb21a9ed4e0197d9b8cac587
Closes-Bug: 1534456
This commit is contained in:
Marcus Furlong 2016-01-15 16:36:03 +11:00
parent 0e5c4b2e41
commit c4190870b3

View File

@ -80,7 +80,7 @@ the `network_api_class` parameter in nova to use neutron instead of nova-network
```puppet
class { 'nova::network::neutron':
neutron_admin_password => 'neutron_admin_secret',
neutron_password => 'neutron_admin_secret',
}
```