blob: da9875a5bcd7a0df2f8a461710832b6fd1e83635 [file] [log] [blame]
dfilppi9981f552017-08-07 20:10:53 +000012.2.0
:
2 - Fix duplicated mapping key in plugin.yaml.
3 - Create Server with security groups from instance relationships. This prevents a window of time when a server can
4 be unsecured. (OPENSTACK-38)
5 - Fix floating IP detach issue. (OPENSTACK-12)
6 - Allow openstack_config as runtime property. (OPENSTACK-112)
7 - Fix key creation when folders don't exist. (OPENSTACK-7)
82.0.1:
9 - Don't overwrite server['image'] when server is booted from volume
10 - Fix loading auth_url from environment (OPENSTACK-101)
11 - Raise an error if server is not attached to a network. Previously an IndexError would be raised.
12 - Make sure security_group is removed if a later step (rule creation) fails (OPENSTACK-106)
13 - Fix attempt to access `volume.display_name` (is now .name) (OPENSTACK-108)
14 - Correctly handle nova_url and neutron_url in openstack_configuration (these are deprecated) (OPENSTACK-109)
152.0:
16 - Don't require a Server image to be specified if a boot_volume is attached
17 - Add support for keystone auth v3. auth_url setting must now include version
18 - Upgraded openstack library dependencies
19 - Use availability_zone from connected boot_volume if Server doesn't specify
20 - Embed full docs in plugin repo. Now using sphinxify sphinx extension
211.5:
22 - Create project, assign existing users with roles and customize quotas.
23 - Create image from file (local workflow only) or url.
24 - Add conditional creation to all resources. Create a resource only if it doesn't already exist. Previously, could
25 either use an existing resource, or create it.
26 - Boot server from volume. Support boot from block storage and not only from image like in previous versions.
27 - Fix connect port to security group race-condition.
28 - Get mac address from port after creation.
29 - Raise error also when external network is missing in floating ip creation. Previously, an error was raised only
30 when floating network id or name was missing.