Add release notes for 1.19.0 release

Change-Id: I92ffcf611d31f7a4f11e5228022ea64864823389
This commit is contained in:
Dean Troyer 2016-08-03 10:43:15 -05:00
parent a8a0cfe4be
commit 37dcc7e8d8
4 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,6 @@
---
features:
- Add a field to vendor cloud profiles to indicate
active, deprecated and shutdown status. A message to
the user is triggered when attempting to use cloud
with either deprecated or shutdown status.

View File

@ -0,0 +1,6 @@
---
fixes:
- Refactor ``OpenStackConfig._fix_backward_madness()`` into
``OpenStackConfig.magic_fixes()`` that allows subclasses
to inject more fixup magic into the flow during
``get_one_cloud()`` processing.

View File

@ -0,0 +1,7 @@
---
fixes:
- Reverse the order of option selction in
``OpenStackConfig._validate_auth()`` to prefer auth options
passed in (from argparse) over those found in clouds.yaml.
This allows the application to override config profile
auth settings.

View File

@ -0,0 +1,4 @@
---
other:
- Add citycloud regions for Buffalo, Frankfurt, Karlskrona and Los Angles
- Add new DreamCompute cloud and deprecate DreamHost cloud