openstack-ansible-os_nova/releasenotes/notes/mitaka-deprecations-72bec69c1395261d.yaml
Jean-Philippe Evrard 451cd166ce Remove Mitaka Deprecated items
This commit removes the following Mitaka deprecated items from the nova
template (and their variable definitions, if any):

- the managers ```compute_manager``` and
  ```conductor.manager```
- ```security_group_api``` now that it's discovered with
  ```use_neutron```
- live/block_migration_flag config options
  (see also https://review.openstack.org/#/c/263436/)
- ```memcached_servers``` from [DEFAULT] (moved to [cache])

Change-Id: I13c503a0ab23c72f90462cbada50424edbaa71b8
2016-07-19 13:36:48 +01:00

11 lines
344 B
YAML

---
other:
- |
``nova_libvirt_live_migration_flag`` is now phased out.
Please create a nova configuration override with
``live_migration_tunnelled: True`` if you want to force the flag
``VIR_MIGRATE_TUNNELLED`` to libvirt. Nova "chooses a sensible
default" otherwise.
- |
``nova_compute_manager`` is now phased out.