Merge "Add release notes for 1.19.0 release"

This commit is contained in:
Jenkins 2016-08-03 21:31:24 +00:00 committed by Gerrit Code Review
commit 8e4a1ebc97
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