Updated default value for legacy mode

This commit is contained in:
Junaid Ali 2016-04-21 05:26:10 -07:00
parent 8c1e20b87a
commit 66f5b73863
2 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,7 @@ options:
# end of PLUMgrid configuration
manage-neutron-plugin-legacy-mode:
type: boolean
default: True
default: false
description: |
If True neutron-api charm will install neutron packages for the plugin
configured. Also needs to be set in neutron-api charm

View File

@ -12,6 +12,7 @@ from charmhelpers.core.hookenv import (
from charmhelpers.contrib.openstack import context
from socket import gethostbyname
def _edge_settings():
'''
Inspects plumgrid-edge relation to get metadata shared secret.