Add some missing releasenotes for Queens

1. Support redis as management storage backend
2. Remove pool group

Change-Id: I77559b5c9c9491fdf4171e94ccabd2dc27b0d16e
This commit is contained in:
wanghao 2018-02-05 14:56:54 +08:00
parent ea4a0cef40
commit 58ead772d5
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
features:
- Zaqar supports a new way to directly use pool resource without pool_group
when creating Flavor. The old way will be kept in Queens and be marked
useless. Zaqar will remove the pool_group totally in Rocky.

View File

@ -0,0 +1,5 @@
---
features:
- Support Redis as management storage backend to improve the performance
and ease of deployment. For the management driver, user needs to enable
the redis storage options in redis.conf to persistent data.