diff --git a/releasenotes/notes/keystone_v3_neutron-62f3f801039ddcc8.yaml b/releasenotes/notes/keystone_v3_neutron-62f3f801039ddcc8.yaml new file mode 100644 index 000000000..dc5784b3f --- /dev/null +++ b/releasenotes/notes/keystone_v3_neutron-62f3f801039ddcc8.yaml @@ -0,0 +1,3 @@ +--- +features: + - Align nova/neutron configuration for Keystone v3. diff --git a/releasenotes/notes/mitaka_drepecations-704e9befd68c3c6d.yaml b/releasenotes/notes/mitaka_drepecations-704e9befd68c3c6d.yaml new file mode 100644 index 000000000..f0692e82a --- /dev/null +++ b/releasenotes/notes/mitaka_drepecations-704e9befd68c3c6d.yaml @@ -0,0 +1,13 @@ +--- +deprecations: + - Preparation for default endpoint names rename. + In a future release, service_name parameter default value will be + changed to "Compute Service". + - Deprecate nova::utilities. + - Remove EC2 support. + - Drop use of deprecated neutron auth options. + - Use identity_uri and auth_uri by default. + - Remove installation of pm-utils. + - Move availability zone parameters to a new class, with deprecation support. + Parameters affected are default_availability_zone, default_schedule_zone, + and internal_service_availability_zone. diff --git a/releasenotes/notes/mitaka_features-ddeb388524fa6590.yaml b/releasenotes/notes/mitaka_features-ddeb388524fa6590.yaml new file mode 100644 index 000000000..9afcb1318 --- /dev/null +++ b/releasenotes/notes/mitaka_features-ddeb388524fa6590.yaml @@ -0,0 +1,11 @@ +--- +features: + - Add WSGI support for Nova API with Apache. + - Add support for CPU pinning. + - Add support for IPv6 in VNC proxy. + - Add support for new Nova API database. + - Allow to enable/disable IPv6 support. + - Add hooks for external install & svc management. + - Extend quota support. + - Nova Cells support for nova_aggregate provider. + - Add missing parameters in nova.conf for SSL diff --git a/releasenotes/notes/nova_network_provider-10b28e14d9db08f0.yaml b/releasenotes/notes/nova_network_provider-10b28e14d9db08f0.yaml new file mode 100644 index 000000000..5e4649902 --- /dev/null +++ b/releasenotes/notes/nova_network_provider-10b28e14d9db08f0.yaml @@ -0,0 +1,3 @@ +--- +other: + - Rewrite nova_network provider with using only nova client. diff --git a/releasenotes/notes/pymysql-e57bf1f0289dd426.yaml b/releasenotes/notes/pymysql-e57bf1f0289dd426.yaml new file mode 100644 index 000000000..3556c0c8c --- /dev/null +++ b/releasenotes/notes/pymysql-e57bf1f0289dd426.yaml @@ -0,0 +1,3 @@ +--- +features: + - Support of PyMySQL driver for MySQL backend. diff --git a/releasenotes/notes/remove_qpid-0b446db43fdea617.yaml b/releasenotes/notes/remove_qpid-0b446db43fdea617.yaml new file mode 100644 index 000000000..c59a436d3 --- /dev/null +++ b/releasenotes/notes/remove_qpid-0b446db43fdea617.yaml @@ -0,0 +1,5 @@ +--- +deprecations: + - Remove QPID messaging support. + Qpid messaging driver is removed from oslo.messaging so we won't support + anymore.