Remove auth_host option

The auth_host option has been removed in server.pp,
so we should delete it in README.md.

Change-Id: I73d09441f6cfe05098d3f4710b5651935339afd4
This commit is contained in:
ZhongShengping 2016-07-05 13:49:30 +08:00
parent 4b32158c1e
commit bdaa680119
1 changed files with 0 additions and 1 deletions

View File

@ -51,7 +51,6 @@ class { '::neutron':
# configure authentication
class { 'neutron::server':
auth_host => '127.0.0.1', # the keystone host address
auth_password => 'keystone_neutron_secret',
sql_connection => 'mysql://neutron:neutron_sql_secret@127.0.0.1/neutron?charset=utf8',
}