Files
puppet-nova/releasenotes/notes/nova_metadata_deprecate_enabled_apis-1ec89bc5bee440ff.yaml
Martin Schuppert 919a4ce5a9 Set DEFAULT/enabled_apis in nova::api
enabled_apis [1] won't get set in nova::api when
nova_metadata_wsgi_enabled == true.
But the enabled_apis list get also modified for this case, so
we need to move setting the config outside the conditional at [3].
Since the config is right now also set in nova::metadata this
deprecates it in nova::metadata to only use nova::api.

Related-Bug: #1832537

[1] https://github.com/openstack/puppet-nova/blob/master/manifests/api.pp#L401
[2] https://github.com/openstack/puppet-nova/blob/master/manifests/api.pp#L353
[3] https://github.com/openstack/puppet-nova/blob/master/manifests/api.pp#L379

Change-Id: Ifd751feecb4bdbece138fec3a7c90ba5377bd0d0
2019-07-02 14:50:58 +02:00

10 lines
361 B
YAML

---
fixes:
- |
enabled_apis won't get set in nova::api when
nova_metadata_wsgi_enabled == true.
But the enabled_apis list get also modified for this case, so
we need to move setting the config outside the conditional.
Since the config is right now also set in nova::metadata this
deprecates it in nova::metadata to only use nova::api.