add keystone_host to the controller
for the case where they are not installed on the same machine.
This commit is contained in:
@@ -54,6 +54,7 @@ class openstack::nova::controller (
|
|||||||
# VNC
|
# VNC
|
||||||
$vnc_enabled = true,
|
$vnc_enabled = true,
|
||||||
# General
|
# General
|
||||||
|
$keystone_host = '127.0.0.1',
|
||||||
$verbose = 'False',
|
$verbose = 'False',
|
||||||
$enabled = true,
|
$enabled = true,
|
||||||
$exported_resources = true
|
$exported_resources = true
|
||||||
@@ -111,8 +112,9 @@ class openstack::nova::controller (
|
|||||||
|
|
||||||
# Configure nova-api
|
# Configure nova-api
|
||||||
class { 'nova::api':
|
class { 'nova::api':
|
||||||
enabled => $enabled,
|
enabled => $enabled,
|
||||||
admin_password => $nova_user_password,
|
admin_password => $nova_user_password,
|
||||||
|
auth_host => $keystone_host,
|
||||||
}
|
}
|
||||||
|
|
||||||
# Configure nova-network
|
# Configure nova-network
|
||||||
|
Reference in New Issue
Block a user