murano/releasenotes/notes/config-network-driver-77c82d151dead620.yaml
Kirill Zaitsev e9fe5b278c Cleanup, clarify newton release-notes
This commit clarifies, cleans and improves releasenotes for murano

Co-Authored-By: Maria Zlatkova <mzlatkova@mirantis.com>
Change-Id: I6591a62640f192be749c3c58a92dc00ef56dd736
2016-09-14 01:08:51 +03:00

7 lines
327 B
YAML

---
features:
- Added the ``driver`` configuration option to the ``networking`` group.
It allows to explicitly select the networking driver. It supports 'neutron' and 'nova' options.
If set to ``None`` (default), murano attempts to use 'neutron'
if available, 'nova' otherwise. The change is backward compatible.