"Can not find policy directory: policy.d" spams the logs

Bug #1421863 reported by Matt Riedemann
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Ceilometer
Fix Released
Medium
Lianhao Lu
Cinder
Fix Released
Medium
Ivan Kolodyazhny
OpenStack Compute (nova)
Fix Released
Undecided
Andrew Laski
OpenStack DBaaS (Trove)
Invalid
Undecided
Unassigned
OpenStack Heat
Fix Released
Medium
Thomas Herve
devstack
Invalid
Undecided
Davanum Srinivas (DIMS)
oslo-incubator
Won't Fix
High
Ben Nemec
oslo.policy
Fix Released
High
Ben Nemec
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix proposed to devstack (master)

Related fix proposed to branch: master
Review: https://review.openstack.org/155910

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to devstack (master)

Fix proposed to branch: master
Review: https://review.openstack.org/155935

Changed in devstack:
assignee: nobody → Davanum Srinivas (DIMS) (dims-v)
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on devstack (master)

Change abandoned by Davanum Srinivas (dims) (<email address hidden>) on branch: master
Review: https://review.openstack.org/155935
Reason: fixing this in oslo-incubator and oslo.policy

Ben Nemec (bnemec)
Changed in oslo-incubator:
importance: Undecided → High
Changed in oslo.policy:
importance: Undecided → High
Changed in oslo-incubator:
status: New → Triaged
Changed in oslo.policy:
status: New → Triaged
milestone: none → next-kilo
Ben Nemec (bnemec)
Changed in oslo.policy:
assignee: nobody → Ben Nemec (bnemec)
Changed in oslo-incubator:
assignee: nobody → Ben Nemec (bnemec)
Revision history for this message
Ben Nemec (bnemec) wrote :
Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Change abandoned by Ian Wienand (<email address hidden>) on branch: master
Review: https://review.openstack.org/155910
Reason: Two other changes cover this

I869b0dec277a5995b66eaa02d0c62876b57fb238 is trying to get a "real" fix of not sending this log out

I335a661d307a330e8b59883ef60c787c6590eb42 is a devstack work-around; we should focus on getting it right in there

Revision history for this message
Ben Nemec (bnemec) wrote :
Changed in oslo.policy:
status: Triaged → Fix Committed
Changed in oslo.policy:
status: Fix Committed → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to nova (master)

Fix proposed to branch: master
Review: https://review.openstack.org/160828

Changed in nova:
assignee: nobody → Andrew Laski (alaski)
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/160828
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=6a486c727fb2b299ae54056a89ec97cc3e835689
Submitter: Jenkins
Branch: master

commit 6a486c727fb2b299ae54056a89ec97cc3e835689
Author: Andrew Laski <email address hidden>
Date: Tue Mar 3 10:03:16 2015 -0500

    Sync oslo policy change

    Brings over the following commits from oslo-incubator to the policy
    module:

    f989c43 Do not log on missing or empty policy_dirs
    a3220c5 add list_opts to all modules with configuration options

    This looks like it will be the last policy change to be synced as we
    should move to the oslo_policy library after this.

    Change-Id: I135903d1fb6e149852f65415511828e1a45b6deb
    Closes-Bug: 1421863

Changed in nova:
status: In Progress → Fix Committed
Lianhao Lu (lianhao-lu)
Changed in ceilometer:
assignee: nobody → Lianhao Lu (lianhao-lu)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to ceilometer (master)

Fix proposed to branch: master
Review: https://review.openstack.org/162881

Changed in ceilometer:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to ceilometer (master)

Reviewed: https://review.openstack.org/162881
Committed: https://git.openstack.org/cgit/openstack/ceilometer/commit/?id=286d78b6b9f58091ab0b1c76b30afe492e7fd1f0
Submitter: Jenkins
Branch: master

commit 286d78b6b9f58091ab0b1c76b30afe492e7fd1f0
Author: Lianhao Lu <email address hidden>
Date: Tue Mar 10 14:06:58 2015 +0800

    Switch to oslo.policy 0.3.0

    Switch to the first official release of oslo.policy.

    Change-Id: I72bc1450833db88ead2959d818d058fa64429c68
    Closes-Bug: #1421863

Changed in ceilometer:
status: In Progress → Fix Committed
Lianhao Lu (lianhao-lu)
Changed in ceilometer:
importance: Undecided → Medium
milestone: none → kilo-3
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to cinder (master)

Fix proposed to branch: master
Review: https://review.openstack.org/165688

Changed in cinder:
assignee: nobody → ZhiQiang Fan (aji-zqfan)
status: New → In Progress
Thierry Carrez (ttx)
Changed in ceilometer:
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in nova:
milestone: none → kilo-3
status: Fix Committed → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix proposed to cinder (master)

Related fix proposed to branch: master
Review: https://review.openstack.org/166196

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to cinder (master)

Reviewed: https://review.openstack.org/166196
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=424b6b98af582621b0eccb506c0bbe6f06d47b2a
Submitter: Jenkins
Branch: master

commit 424b6b98af582621b0eccb506c0bbe6f06d47b2a
Author: Sean Dague <email address hidden>
Date: Fri Mar 20 08:26:08 2015 -0400

    update oslo policy to remove policy.d log spam

    After oslo policy added config dirs it started spamming the logs
    relentlessly on if you didn't have a policy.d directory on your
    system. This is a very unfriendly upgrade to operators.

    A fix was provided in the incubator just before incubator policy was
    deleted. This syncs in that fix.

    Change-Id: Idf9c63c52561acdfe5463fee35dbc497c5e1fde5
    Related-Bug: #1421863

Changed in cinder:
assignee: ZhiQiang Fan (aji-zqfan) → Jay Bryant (jsbryant)
Changed in cinder:
assignee: Jay Bryant (jsbryant) → ZhiQiang Fan (aji-zqfan)
yuntongjin (yuntongjin)
Changed in trove:
assignee: nobody → yuntongjin (yuntongjin)
Changed in heat:
assignee: nobody → yuntongjin (yuntongjin)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to heat (master)

Fix proposed to branch: master
Review: https://review.openstack.org/171527

Changed in heat:
status: New → In Progress
Thierry Carrez (ttx)
Changed in ceilometer:
milestone: kilo-3 → 2015.1.0
Thierry Carrez (ttx)
Changed in nova:
milestone: kilo-3 → 2015.1.0
Changed in heat:
importance: Undecided → Medium
Mike Perez (thingee)
Changed in cinder:
milestone: none → liberty-1
Changed in heat:
assignee: yuntongjin (yuntongjin) → Thomas Herve (therve)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to heat (master)

Reviewed: https://review.openstack.org/171527
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=4154ce7578de5cedf41b130e9026710e5d393422
Submitter: Jenkins
Branch: master

commit 4154ce7578de5cedf41b130e9026710e5d393422
Author: yuntongjin <email address hidden>
Date: Wed Apr 8 16:41:57 2015 +0800

    Switch to oslo.policy

    Switch to the first official release of oslo.policy.

    Change-Id: Ibf3bf061d41a6c3d050d4a5d562039bff734bda9
    Closes-Bug: #1421863

Changed in heat:
status: In Progress → Fix Committed
Thomas Herve (therve)
Changed in heat:
milestone: none → liberty-1
Changed in cinder:
assignee: ZhiQiang Fan (aji-zqfan) → Ivan Kolodyazhny (e0ne)
Mike Perez (thingee)
Changed in cinder:
importance: Undecided → Medium
Changed in cinder:
status: In Progress → Fix Committed
Thierry Carrez (ttx)
Changed in cinder:
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in heat:
status: Fix Committed → Fix Released
yuntongjin (yuntongjin)
Changed in trove:
assignee: yuntongjin (yuntongjin) → nobody
Changed in devstack:
status: In Progress → Fix Committed
Thierry Carrez (ttx)
Changed in heat:
milestone: liberty-1 → 5.0.0
Thierry Carrez (ttx)
Changed in cinder:
milestone: liberty-1 → 7.0.0
Revision history for this message
Craig Vyvial (cp16net) wrote :

Just looking this over i do not see this in trove.

Changed in trove:
status: New → Invalid
Changed in oslo-incubator:
status: Triaged → Won't Fix
Revision history for this message
Sean Dague (sdague) wrote :

This devstack bug was last updated over 180 days ago, as devstack
is a fast moving project and we'd like to get the tracker down to
currently actionable bugs, this is getting marked as Invalid. If the
issue still exists, please feel free to reopen it.

Changed in devstack:
status: Fix Committed → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.