yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #71724
[Bug 1738372] Re: Install and configure in keystone
I was able to duplicate this, it seems like there may be an issue with
the heat devstack plugin, when running devstack (stable/ocata) it
originally checks out stable/ocata heat, but once it hits the devstack
plugin it will checkout master heat, and then hit:
2018-02-04 15:56:12.694 | from heat.policies import actions
2018-02-04 15:56:12.694 | File "/home/stack/heat/heat/policies/actions.py", line 20, in <module>
2018-02-04 15:56:12.694 | policy.DocumentedRuleDefault(
2018-02-04 15:56:12.694 | AttributeError: 'module' object has no attribute 'DocumentedRuleDefault'
https://github.com/openstack/heat/blob/master/heat/policies/actions.py#L20
Looks like the policies modules were added after ocata:
https://github.com/openstack/heat/tree/stable/ocata/heat/policies/actions.py
** Also affects: heat
Importance: Undecided
Status: New
** Changed in: keystone
Status: Confirmed => Invalid
** Summary changed:
- Install and configure in keystone
+ ocata devstack checking out Heat master
** Summary changed:
- ocata devstack checking out Heat master
+ ocata heat devstack plugin checking out heat master
--
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/1738372
Title:
ocata heat devstack plugin checking out heat master
Status in OpenStack Heat:
New
Status in OpenStack Identity (keystone):
Invalid
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 'DocumentedRuleDefault'
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://ask.openstack.org
- The mailing list: http://lists.openstack.org
- IRC: 'openstack' channel on Freenode
-----------------------------------
Release: 12.0.1.dev6 on 2017-11-16 21:02
SHA: d0721d7cf4dc808946a7016b0ca2830c8850d5d9
Source: https://git.openstack.org/cgit/openstack/keystone/tree/doc/source/install/keystone-install-ubuntu.rst
URL: https://docs.openstack.org/keystone/pike/install/keystone-install-ubuntu.html
To manage notifications about this bug go to:
https://bugs.launchpad.net/heat/+bug/1738372/+subscriptions
References