python-zaqarclient/releasenotes/notes/remove_os_prefix-14fc4a97527dee81.yaml
wangxiyuan 977414d058 Drop "os" prefix for project id
Keystone session now returns project id without "os" prefix.
We should drop it as well.

Closes-bug: #1668830
Change-Id: I4ad9d0696c362723c4de7f7283105ba6f396fa96
Co-Authored-By: XueFeng Liu <liu.xuefeng1@zte.com.cn>
2017-03-08 14:24:49 +00:00

6 lines
238 B
YAML

---
fixes:
- The "os" prefix for project id has been dropped to keep the same with
OpenStack and Keystone Client. To keep the backwards compatibility, the "os"
prefix still can be used. And it'll be removed in the next release.