Files
puppet-nova/releasenotes/notes/deprecate_network_api_class-557e9ac007c97feb.yaml
Sergey Kolekonov 3201927ce3 Do not use network_api_class option
network_api_class is deprecated in Neutron and will be removed.
Set use_neutron to true as nova::network::neutron is a Neutron-specific class,
network_api_class parameter becomes useless and doesn't take any effect

Change-Id: Ifc1b569c21e3bff6d160c8c5ac28895de28e6370
2016-04-07 19:33:12 +00:00

7 lines
234 B
YAML

---
deprecations:
- network_api_class parameter from nova::network::neutron doesn't take effect
anymore and will be removed in future.
Set use_neutron always to true as nova::network::neutron is
a Neutron-specific class