Fix default keystone port
Change-Id: I2de2f6f5c7852615eb9ac5b575954a768d9d44d3
This commit is contained in:
parent
97ddeeb642
commit
1d649de947
@ -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
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -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':
|
||||
|
Loading…
x
Reference in New Issue
Block a user