dashboard: add LBaaS panel
Close bug #276 Signed-off-by: Emilien Macchi <emilien.macchi@enovance.com>
This commit is contained in:
parent
8fec47af25
commit
8a60045d71
@ -73,7 +73,7 @@ class cloud::dashboard(
|
||||
# We build the param needed for horizon class
|
||||
$keystone_url = "${keystone_proto}://${keystone_host}:${keystone_port}/v2.0"
|
||||
|
||||
class {'horizon':
|
||||
class { 'horizon':
|
||||
secret_key => $secret_key,
|
||||
can_set_mount_point => 'False',
|
||||
# fqdn can can be ambiguous since we use reverse DNS here,
|
||||
@ -84,8 +84,8 @@ class cloud::dashboard(
|
||||
swift => true,
|
||||
keystone_url => $keystone_url,
|
||||
cache_server_ip => false,
|
||||
django_debug => $debug
|
||||
|
||||
django_debug => $debug,
|
||||
neutron_options => { 'enable_lb' => true }
|
||||
}
|
||||
|
||||
if ($::osfamily == 'Debian') {
|
||||
|
@ -44,7 +44,8 @@ describe 'cloud::dashboard' do
|
||||
:swift => true,
|
||||
:cache_server_ip => false,
|
||||
:keystone_url => 'http://keystone.openstack.org:5000/v2.0',
|
||||
:django_debug => true
|
||||
:django_debug => true,
|
||||
:neutron_options => { 'enable_lb' => true }
|
||||
)
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user