diff options
Diffstat (limited to 'config/deploy/deploy_settings.yaml')
-rw-r--r-- | config/deploy/deploy_settings.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/deploy/deploy_settings.yaml b/config/deploy/deploy_settings.yaml index aedd1979..3186a5da 100644 --- a/config/deploy/deploy_settings.yaml +++ b/config/deploy/deploy_settings.yaml @@ -14,9 +14,9 @@ deploy_options: sdn_controller: opendaylight # Which version of ODL to use. This is only valid if 'opendaylight' was used - # above. Valid options are 'beryllium', 'boron' and 'carbon'. If no value - # is specified, Beryllium will be used. - #odl_version: boron + # above. Valid options are 'carbon'. If no value + # is specified, carbon will be used. + #odl_version: carbon # Whether to configure ODL L3 support. This will disable the Neutron L3 Agent and # use ODL instead. |