In my experience 'Endpoint for object-store not found - have you specified a 
region?' can be returned by swift client if:
(a) You have specified a region that isn't found among the service endpoints 
e.g.

% swift --os-auth-url http://example:5000/v2.0 --os-password=testing stat 
--os-username=tester  --os-tenant-name=test --os-region-name=foo
Endpoint for object-store not found - have you specified a region?

Or (b) you did not specify a tenant-name or tenant-id e.g.

% swift --os-auth-url http://example:5000/v2.0 --os-password=testing stat 
--os-username=tester
Endpoint for object-store not found - have you specified a region?



From: Sowmya Nethi [mailto:sowmya_ne...@persistent.co.in]
Sent: 02 April 2014 07:43
To: openstack-dev@lists.openstack.org
Subject: [openstack-dev] Facing an issue in swift

Hi all,
   Question: Endpoint for object-store not found - have you specified a region?

      I am facing this issue while integrating swift with keystone in havana:
      I changed proxy-server.conf file with the below contents
               [pipeline:main]
               pipeline = authtoken keystoneauth proxy-logging proxy-server

               [filter:authtoken]
paste.filter_factory = keystoneclient.middleware.auth_token:filter_factory
auth_host = controller
auth_port = 35357
auth_protocol = http
auth_uri = http://10.233.52.110:35357/v2.0
admin_tenant_name = admin
admin_user = admin
admin_password = ADMIN_PASS
cache = swift.cache
include_service_catalog = False

[filter:keystoneauth]
use = egg:swift#keystoneauth
operator_roles = admin, swiftoperator

     and restarted all the swift services, while executing swift commands 
output is Endpoint for object-store not found - have you specified a region?
     Can anyone help me on this issue ?
     And I referred the below link:
     http://docs.openstack.org/developer/swift/overview_auth.html



Thanks and Regards,
Sowmya Nethi

sowmya_ne...@persistent.co.in<mailto:sowmya_ne...@persistent.co.in> | Tel: 
+91(40)674 42026
Persistent Systems Ltd. |  Partners in Innovation | 
www.persistentsys.com<http://www.persistentsys.com/>


DISCLAIMER ========== This e-mail may contain privileged and confidential 
information which is the property of Persistent Systems Ltd. It is intended 
only for the use of the individual or entity to which it is addressed. If you 
are not the intended recipient, you are not authorized to read, retain, copy, 
print, distribute or use this message. If you have received this communication 
in error, please notify the sender and delete all copies of this message. 
Persistent Systems Ltd. does not accept any liability for virus infected mails.
_______________________________________________
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to