nova/releasenotes/notes/disable_ec2_api_by_default-0ec0946433fc7119.yaml
Christian Berendt cccc937554 Disable the in tree EC2 API by default
As of Kilo the in tree EC2 API is marked as deprecated and should not be
enabled by default. This will solve the following issue when working
with the default values.

---snip---
Deprecated: The in tree EC2 API is deprecated as of Kilo release and may
be removed in a future release. The stackforge ec2-api project
http://git.openstack.org/cgit/stackforge/ec2-api/ is the target
replacement for this functionality.
---snap---

Change-Id: Ia6f1d8f9c7d700498b6441a6ba37fa25b2611ef8
2015-12-19 16:33:57 +01:00

7 lines
233 B
YAML

---
upgrade:
- As of Kilo the in tree EC2 API is marked as deprecated.
The in tree EC2 API is now disabled by default. You have
to add ``ec2`` to the ``enabled_apis`` configuration parameter
if you stil want to use it.