Fix default keystone port

Change-Id: I2de2f6f5c7852615eb9ac5b575954a768d9d44d3
This commit is contained in:
Alex Ruiz Estradera 2016-08-04 18:25:07 +02:00
parent 97ddeeb642
commit 1d649de947
2 changed files with 3 additions and 2 deletions

View File

@ -58,7 +58,7 @@
#
#
# Please note that Keystone port is not mandatory and defaulted to 35537.
# Please note that Keystone port is not mandatory and defaulted to 35357.
#
# === Authors
#
@ -123,4 +123,5 @@ class midonet::cluster (
keystone_host => $keystone_host,
keystone_port => $keystone_port
}
}

View File

@ -37,7 +37,7 @@ class midonet::cluster::run (
$cassandra_rep_factor,
$keystone_admin_token,
$keystone_host,
$keystone_port = '35537'
$keystone_port = '35357'
) {
file { '/tmp/mn-cluster_config.sh':