openstack-ansible-os_octavia/releasenotes/notes/add_image_upload_and_network_preparation-a414d45b624652a3.yaml
German Eichberger 8cfa0e02ca Octavia will create the network + upload image upon request itself
This is needed to simplify an intgrated AIO deploy

Change-Id: I7b8a2314a23281a4369d431aba280e0c0dc66f22
2017-07-21 21:53:38 +00:00

12 lines
544 B
YAML

---
features:
- Adds a way for the system to automatically create the Octavia management
network if octavia_service_net_setup is enabled (DEFAULT). Additional
parameters can control the setup.
- Adds support for glance-image-id and automatic uploading of the image
if octavia_amp_image_upload_enabled is True (Default is False). This is
mostly tp work around the limitations of Ansible's OpenStack support
and should not be used in prodcution settings. Instead refer to the
documentation to upload images yourself.