Enableling router

This commit is contained in:
Egon Rijpkema 2018-07-23 15:49:08 +02:00
parent 75434ae097
commit 7f49c6d706
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ OPENSTACK_CINDER_FEATURES = {
# services provided by neutron. Options currently available are load
# balancer service, security groups, quotas, VPN service.
OPENSTACK_NEUTRON_NETWORK = {
'enable_router': False,
'enable_router': True,
'enable_quotas': False,
'enable_ipv6': False,
'enable_distributed_router': False,