Bug 1441200

Summary: openstack-placement-api.conf not configured properly by the openstack-nova-placement-api rpm
Product: [Community] RDO Reporter: Gaurang Tapase <gaurang.tapase>
Component: openstack-novaAssignee: nlevinki <nlevinki>
Status: POST --- QA Contact: OSP DFG:Compute <osp-dfg-compute>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: trunkCC: berrange, cdent, dasmith, eglynn, rbryant, sbauza, sgordon, srevivo, vromanso
Target Milestone: ---   
Target Release: trunk   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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. ***