Add release notes

Policy deletion and checking out congress liberty branch using devstack

Change-Id: I7ff0ac6f872c21fbd7d7b64875fc53861d41c380
This commit is contained in:
Tim Hinrichs 2015-10-06 17:46:46 -07:00
parent 09546746a7
commit 720bbe6c26
1 changed files with 8 additions and 0 deletions

View File

@ -24,6 +24,14 @@ Liberty
* Improved unit test coverage for API
* Added experimental vm-migration policy enforcement engine
**Known issues**
* ``DELETE /v1/policies/<policy-name>`` returns 404 even if the policy exists.
The workaround is to use ``DELETE /v1/policies/<policy-id>``.
* Checking out devstack to the stable/liberty release before running stack.sh
does not properly checkout the stable/liberty branch of Congress. The workaround
is to either set CONGRESS_BRANCH='stable/liberty' in localrc or checkout the
stable/liberty branch of the Congress repo and restart it:
``cd /opt/stack/congress; git checkout -b origin/stable/liberty``
Kilo
----