Merge pull request #667 from enovance/deprecate_horizon_fqdn
dashboard: Deprecated fqdn parameter to horizon
This commit is contained in:
commit
52074c5dd5
@ -115,10 +115,6 @@ class cloud::dashboard(
|
|||||||
class { 'horizon':
|
class { 'horizon':
|
||||||
secret_key => $secret_key,
|
secret_key => $secret_key,
|
||||||
can_set_mount_point => 'False',
|
can_set_mount_point => 'False',
|
||||||
# fqdn can can be ambiguous since we use reverse DNS here,
|
|
||||||
# e.g: 127.0.0.1 instead of a public IP address.
|
|
||||||
# We force $api_eth to avoid this situation
|
|
||||||
fqdn => $api_eth,
|
|
||||||
servername => $servername,
|
servername => $servername,
|
||||||
bind_address => $api_eth,
|
bind_address => $api_eth,
|
||||||
swift => true,
|
swift => true,
|
||||||
|
@ -43,7 +43,6 @@ describe 'cloud::dashboard' do
|
|||||||
:listen_ssl => false,
|
:listen_ssl => false,
|
||||||
:secret_key => '/etc/ssl/secret',
|
:secret_key => '/etc/ssl/secret',
|
||||||
:can_set_mount_point => 'False',
|
:can_set_mount_point => 'False',
|
||||||
:fqdn => '10.0.0.1',
|
|
||||||
:bind_address => '10.0.0.1',
|
:bind_address => '10.0.0.1',
|
||||||
:servername => 'horizon.openstack.org',
|
:servername => 'horizon.openstack.org',
|
||||||
:swift => true,
|
:swift => true,
|
||||||
@ -71,7 +70,6 @@ describe 'cloud::dashboard' do
|
|||||||
:listen_ssl => false,
|
:listen_ssl => false,
|
||||||
:secret_key => '/etc/ssl/secret',
|
:secret_key => '/etc/ssl/secret',
|
||||||
:can_set_mount_point => 'False',
|
:can_set_mount_point => 'False',
|
||||||
:fqdn => '10.0.0.1',
|
|
||||||
:bind_address => '10.0.0.1',
|
:bind_address => '10.0.0.1',
|
||||||
:servername => 'horizon.openstack.org',
|
:servername => 'horizon.openstack.org',
|
||||||
:swift => true,
|
:swift => true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user