Bug 1330485

Summary: Failure packstack AIO install on RDO Mitaka with keystone API V3
Product: [Community] RDO Reporter: Boris Derzhavets <bderzhavets>
Component: openstack-packstackAssignee: Martin Magr <mmagr>
Status: CLOSED DUPLICATE QA Contact: Shai Revivo <srevivo>
Severity: high Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: aortega, derekh, jpena, srevivo
Target Milestone: ---   
Target Release: Kilo   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-05-18 14:48:05 UTC 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 Boris Derzhavets 2016-04-26 10:51:40 UTC
Description of problem:

Setup for CentOS 7.2

# yum install -y centos-release-openstack-mitaka
# yum update  -y
# yum install -y openstack-packstack

Running cinder puppet packstack crashes when CONFIG_KEYSTONE_API=v3


192.169.142.57_keystone.pp:                       [ DONE ]         
192.169.142.57_cinder.pp:                         [ ERROR ]           
Applying Puppet manifests                         [ ERROR ]

ERROR : Error appeared during Puppet run: 192.169.142.57_cinder.pp
Error: Could not prefetch cinder_type provider 'openstack': Execution of '/usr/bin/openstack volume type list --quiet --format csv --long' returned 1: Expecting to find domain in project - the server could not comply with the request since it is either malformed or otherwise incorrect. The client is assumed to be in error. (HTTP 400) (Request-ID: req-141e4ecb-0cf6-4693-8a81-99abf5b45934)
You will find full trace in log /var/tmp/packstack/20160426-132519-r2FMyX/manifests/192.169.142.57_cinder.pp.log


Version-Release number of selected component (if applicable):

[root@ServerCentOS72 ~]# rpm -qa \*openstack-packstack\*
openstack-packstack-puppet-8.0.0-0.7.0rc2.el7.noarch
openstack-packstack-8.0.0-0.7.0rc2.el7.noarch



How reproducible:


Steps to Reproduce:
1.
yum install -y centos-release-openstack-mitaka
yum update -y
yum install -y openstack-packstack
2.
packstack --gen-answer-file answerAIO.txt
UPDATE
CONFIG_KEYSTONE_API=v3
:wq

3.packstack --answer-file=./answerAIO.txt

Actual results:

cinder.pp crashes

Expected results:

Installation completed

Additional info:

2 weeks ago with initial setup like for RHEL 7

# yum install -y https://www.rdoproject.org/repos/rdo-release.rpm

AIO install with keystone api v3 worked.

Comment 1 Boris Derzhavets 2016-04-26 10:56:29 UTC
[root@ServerCentOS72 ~]# rpm -qa \*keystone\*
python-keystoneclient-2.3.1-1.el7.noarch
openstack-keystone-9.0.0-1.el7.noarch
python-keystone-9.0.0-1.el7.noarch
python-keystonemiddleware-4.3.0-1.el7.noarch
python2-keystoneauth1-2.3.0-1.el7.noarch

Comment 2 Javier Peña 2016-05-18 14:48:05 UTC

*** This bug has been marked as a duplicate of bug 1330289 ***