ocata heat devstack plugin checking out heat master
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Heat |
New
|
Undecided
|
Unassigned | ||
OpenStack Identity (keystone) |
Invalid
|
Undecided
|
Unassigned |
Bug Description
When I run the following command:
su -s /bin/sh -c "keystone-manage db_sync" keystone
One exception raised:
AttributeError: 'module' object has no attribute 'DocumentedRule
I don't know what is? But I have searched on the internet, and this may be caused by the python Env. I want to know the exactly version python packages and version. Thanks a lot.
This bug tracker is for errors with the documentation, use the following as a template and remove or add fields as you see fit. Convert [ ] into [x] to check boxes:
- [ ] This doc is inaccurate in this way: ______
- [ ] This is a doc addition request.
- [ ] I have a fix to the document that I can paste below including example: input and output.
If you have a troubleshooting or support issue, use the following resources:
- Ask OpenStack: http://
- The mailing list: http://
- IRC: 'openstack' channel on Freenode
-------
Release: 12.0.1.dev6 on 2017-11-16 21:02
SHA: d0721d7cf4dc808
Source: https:/
URL: https:/
Changed in keystone: | |
status: | Invalid → Confirmed |
Changed in heat: | |
milestone: | none → no-priority-tag-bugs |
It looks like you're missing or have an old version of oslo.policy. The DocumentedRuleD efault object was added to oslo.policy in version 1.29.
I recommend retrying you're installation once you have an updated version of oslo.policy.