Bug 1441200 - openstack-placement-api.conf not configured properly by the openstack-nova-placement-api rpm
Summary: openstack-placement-api.conf not configured properly by the openstack-nova-pl...
Keywords:
Status: POST
Alias: None
Product: RDO
Classification: Community
Component: openstack-nova
Version: trunk
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: trunk
Assignee: nlevinki
QA Contact: OSP DFG:Compute
URL:
Whiteboard:
: 1441208 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-04-11 12:29 UTC by Gaurang Tapase
Modified: 2023-07-21 23:19 UTC (History)
9 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
RDO 5954 0 None None None 2017-04-11 12:51:40 UTC

Description Gaurang Tapase 2017-04-11 12:29:57 UTC
Description of problem:

openstack-placement-api.conf is currently configured with wrong directives.

Alias /nova-placement-api /usr/bin/nova-placement-api
should be
Alias /placement /usr/bin/nova-placement-api

and

<Location /nova-placement-api>
.....

should be
<<Location /placement>
.....

These changes are needed in addition to the changes required by the bug -
https://bugzilla.redhat.com/show_bug.cgi?id=1434944

Version-Release number of selected component (if applicable):
openstack-nova-placement-api-15.0.0-1.el7.noarch

Comment 1 Sahid Ferdjaoui 2017-04-12 14:15:53 UTC
*** Bug 1441208 has been marked as a duplicate of this bug. ***


Note You need to log in before you can comment on or make changes to this bug.