heat/releasenotes/notes/deprecate-nova-floatingip-resources-d5c9447a199be402.yaml
rabi e8e0a2483a Fix python-novaclient 8.0.0 related issues
New python-novaclient release has removed support for
network/image/floating_ip apis. This also means
nova-network support would also cease to exist after
this change.

Change-Id: Icbcf279c10720f99a0aed1a3aaaf3945c5442a8a
Closes-Bug: #1690936
2017-05-16 16:12:04 +02:00

8 lines
348 B
YAML

---
deprecations:
- nova-network is no longer supported in OpenStack. Please use
OS::Neutron::FloatingIPAssociation and OS::Neutron::FloatingIP in place of
OS::Nova::FloatingIPAssociation and OS::Nova::FloatingIP
- The AWS::EC2::EIP domain is always assumed to be 'vpc', since nova-network
is not supported in OpenStack any longer.