diff --git a/examples/neutron.pp b/examples/neutron.pp index f9648c051..7e5afc7c2 100644 --- a/examples/neutron.pp +++ b/examples/neutron.pp @@ -13,8 +13,8 @@ class { '::neutron': # The API server talks to keystone for authorisation class { '::neutron::server': - keystone_password => 'password', - connection => 'mysql://neutron:password@192.168.1.1/neutron', + auth_password => 'password', + database_connection => 'mysql://neutron:password@192.168.1.1/neutron', } # Configure nova notifications system