yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #52960
[Bug 1597196] Re: doc: sample schema code in API change tutorial code is incorrect
Reviewed: https://review.openstack.org/335341
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=4db765198dcad94d480e1a8bb0314dd125f3a5de
Submitter: Jenkins
Branch: master
commit 4db765198dcad94d480e1a8bb0314dd125f3a5de
Author: guoshan <guoshan@xxxxxxxxxxx>
Date: Wed Jun 29 15:12:14 2016 +0800
API Change Tutorial doc code modify
The refactor of code cause the inappropriate guide.
Code in tutorial is out of date.
Change-Id: Ic986af1072f158f0f0f5608a9754db9d3e507409
Closes-Bug: #1597196
** Changed in: keystone
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1597196
Title:
doc: sample schema code in API change tutorial code is incorrect
Status in OpenStack Identity (keystone):
Fix Released
Bug description:
The refactor of code cause the inappropriate guide.
Code in tutorial is out of date.
For example:
role_create = {
'properties': {
'name': parameter_types.name,
'description': parameter_types.description
}
...
}
role_update = {
'properties': {
'name': parameter_types.name,
'description': parameter_types.description
}
...
}
For better tutorial, it would be better modified.
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1597196/+subscriptions
References