Bug 1302049

Summary: S3 storage is not configured, but is listed in Keystone endpoints
Product: Red Hat OpenStack Reporter: Arx Cruz <acruz>
Component: openstack-packstackAssignee: Ivan Chavero <ichavero>
Status: CLOSED DUPLICATE QA Contact: yeylon <yeylon>
Severity: high Docs Contact:
Priority: high    
Version: 8.0 (Liberty)CC: aortega, apevec, derekh, ichavero, jschluet, lbezdick, mkollaro, mmagr, srevivo, tkammer, yeylon
Target Milestone: ---Keywords: Automation, AutomationBlocker, ZStream
Target Release: 8.0 (Liberty)   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 1138740 Environment:
Last Closed: 2016-03-23 00:16:52 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:
Bug Depends On: 1138740    
Bug Blocks:    

Comment 1 Alan Pevec 2016-02-26 19:23:57 UTC
Having S3 in service catalog is clearly wrong, this should be cleaned up.
BTW nova-objectstore mentioned as workaround is gone in Mitaka.

Comment 2 Alan Pevec 2016-03-01 20:51:27 UTC
So the issue is that puppet-swift enables this endpoint by default: https://github.com/openstack/puppet-swift/blob/master/manifests/keystone/auth.pp#L165 which is wrong, it should be defined ONLY when swift3 is enabled:
https://github.com/openstack/puppet-swift/blob/master/manifests/proxy/swift3.pp

Workaround in packstack could be to set explicit configure_s3_endpoint = false

Comment 3 Alan Pevec 2016-03-01 22:46:01 UTC
This change added s3 endpoints as a part of a bigger change:
https://review.openstack.org/#/c/275617/1/packstack/puppet/templates/keystone_swift.pp@5

Lukas, ^ check comment there

Comment 4 Ivan Chavero 2016-03-03 08:04:22 UTC
Added patch that sets configure_s3_endpoint = false

https://review.openstack.org/#/c/287002/

Comment 5 Alan Pevec 2016-03-04 00:32:39 UTC
287002 was merged upstream - please backport where required

Comment 6 Ivan Chavero 2016-03-10 08:10:40 UTC
Backported patch
https://review.openstack.org/#/c/291048

Comment 7 Alan Pevec 2016-03-23 00:16:52 UTC
Looks like this was duplicated and fixed as bug 1317110.

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