Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
openstack-build-ubuntu
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
David Johnson
openstack-build-ubuntu
Commits
676e14a5
Commit
676e14a5
authored
Jul 05, 2018
by
David Johnson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reenable Neutron LBaaS by default.
parent
d9b1cf67
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
osp.py
osp.py
+1
-1
setup-lib.sh
setup-lib.sh
+1
-1
No files found.
osp.py
View file @
676e14a5
...
...
@@ -182,7 +182,7 @@ pc.defineParameter("enableInboundSshAndIcmp","Enable Inbound SSH and ICMP",
longDescription
=
"Enable inbound SSH and ICMP into your instances in the default security group, if you have security groups enabled."
)
pc
.
defineParameter
(
"enableNeutronLoadBalancing"
,
"Enable Neutron LBaaS"
,
portal
.
ParameterType
.
BOOLEAN
,
Fals
e
,
advanced
=
True
,
portal
.
ParameterType
.
BOOLEAN
,
Tru
e
,
advanced
=
True
,
longDescription
=
"Enable Neutron LBaas for releases >= Newton."
)
pc
.
defineParameter
(
"enableNewSerialSupport"
,
"Enable new Juno serial consoles"
,
...
...
setup-lib.sh
View file @
676e14a5
...
...
@@ -118,7 +118,7 @@ LINUXBRIDGE_STATIC=0
# to the cluster's domain.
USE_DESIGNATE_AS_RESOLVER
=
1
# If set to 1, and if OSRELEASE >= OSNEWTON, then setup Neutron LBaaS.
USE_NEUTRON_LBAAS
=
0
USE_NEUTRON_LBAAS
=
1
# We are not currently using the ceilometer stats, and they do not work
# as of Pike due to the switch to Gnocchi as the measurement DB.
ENABLE_OPENSTACK_SLOTHD
=
0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment