<div dir="ltr"><div><br></div><div>here is my keystone-dist-paste.ini</div><div><br></div><div><br></div><div># Keystone PasteDeploy configuration file.</div><div><br></div><div>[filter:debug]</div><div>paste.filter_factory = keystone.common.wsgi:Debug.factory</div>
<div><br></div><div>[filter:build_auth_context]</div><div>paste.filter_factory = keystone.middleware:AuthContextMiddleware.factory</div><div><br></div><div>[filter:token_auth]</div><div>paste.filter_factory = keystone.middleware:TokenAuthMiddleware.factory</div>
<div><br></div><div>[filter:admin_token_auth]</div><div>paste.filter_factory = keystone.middleware:AdminTokenAuthMiddleware.factory</div><div><br></div><div>[filter:xml_body]</div><div>paste.filter_factory = keystone.middleware:XmlBodyMiddleware.factory</div>
<div><br></div><div>[filter:xml_body_v2]</div><div>paste.filter_factory = keystone.middleware:XmlBodyMiddlewareV2.factory</div><div><br></div><div>[filter:xml_body_v3]</div><div>paste.filter_factory = keystone.middleware:XmlBodyMiddlewareV3.factory</div>
<div><br></div><div>[filter:json_body]</div><div>paste.filter_factory = keystone.middleware:JsonBodyMiddleware.factory</div><div><br></div><div>[filter:user_crud_extension]</div><div>paste.filter_factory = keystone.contrib.user_crud:CrudExtension.factory</div>
<div><br></div><div>[filter:crud_extension]</div><div>paste.filter_factory = keystone.contrib.admin_crud:CrudExtension.factory</div><div><br></div><div>[filter:ec2_extension]</div><div>paste.filter_factory = keystone.contrib.ec2:Ec2Extension.factory</div>
<div><br></div><div>[filter:ec2_extension_v3]</div><div>paste.filter_factory = keystone.contrib.ec2:Ec2ExtensionV3.factory</div><div><br></div><div>[filter:federation_extension]</div><div>paste.filter_factory = keystone.contrib.federation.routers:FederationExtension.factory</div>
<div><br></div><div>[filter:oauth1_extension]</div><div>paste.filter_factory = keystone.contrib.oauth1.routers:OAuth1Extension.factory</div><div><br></div><div>[filter:s3_extension]</div><div>paste.filter_factory = keystone.contrib.s3:S3Extension.factory</div>
<div><br></div><div>[filter:endpoint_filter_extension]</div><div>paste.filter_factory = keystone.contrib.endpoint_filter.routers:EndpointFilterExtension.factory</div><div><br></div><div>[filter:simple_cert_extension]</div>
<div>paste.filter_factory = keystone.contrib.simple_cert:SimpleCertExtension.factory</div><div><br></div><div>[filter:revoke_extension]</div><div>paste.filter_factory = keystone.contrib.revoke.routers:RevokeExtension.factory</div>
<div><br></div><div>[filter:url_normalize]</div><div>paste.filter_factory = keystone.middleware:NormalizingFilter.factory</div><div><br></div><div>[filter:sizelimit]</div><div>paste.filter_factory = keystone.middleware:RequestBodySizeLimiter.factory</div>
<div><br></div><div>[filter:stats_monitoring]</div><div>paste.filter_factory = keystone.contrib.stats:StatsMiddleware.factory</div><div><br></div><div>[filter:stats_reporting]</div><div>paste.filter_factory = keystone.contrib.stats:StatsExtension.factory</div>
<div><br></div><div>[filter:access_log]</div><div>paste.filter_factory = keystone.contrib.access:AccessLogMiddleware.factory</div><div><br></div><div>[app:public_service]</div><div><div>paste.app_factory = keystone.service:public_app_factory</div>
<div><br></div><div>[app:service_v3]</div><div>paste.app_factory = keystone.service:v3_app_factory</div><div><br></div><div>[app:admin_service]</div><div>paste.app_factory = keystone.service:admin_app_factory</div><div><br>
</div><div>[pipeline:public_api]</div><div>pipeline = sizelimit url_normalize build_auth_context token_auth admin_token_auth xml_body_v2 json_body ec2_extension user_crud_extension public_service</div><div><br></div><div>
[pipeline:admin_api]</div><div>pipeline = sizelimit url_normalize build_auth_context token_auth admin_token_auth xml_body_v2 json_body ec2_extension s3_extension crud_extension admin_service</div><div><br></div><div>[pipeline:api_v3]</div>
<div>pipeline = sizelimit url_normalize build_auth_context token_auth admin_token_auth xml_body_v3 json_body ec2_extension_v3 s3_extension simple_cert_extension service_v3</div><div><br></div><div>[app:public_version_service]</div>
<div>paste.app_factory = keystone.service:public_version_app_factory</div><div><br></div><div>[app:admin_version_service]</div><div>paste.app_factory = keystone.service:admin_version_app_factory</div><div><br></div><div>[pipeline:public_version_api]</div>
<div>pipeline = sizelimit url_normalize xml_body public_version_service</div><div><br></div><div>[pipeline:admin_version_api]</div><div>pipeline = sizelimit url_normalize xml_body admin_version_service</div><div><br></div>
<div>[composite:main]</div><div>use = egg:Paste#urlmap</div><div>/v2.0 = public_api</div><div>/v3 = api_v3</div><div>/ = public_version_api</div><div><br></div><div>[composite:admin]</div><div>use = egg:Paste#urlmap</div>
<div>/v2.0 = admin_api</div><div>/v3 = api_v3</div><div>/ = admin_version_api</div></div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-09-04 16:51 GMT+02:00 Wojciech Rajczak <span dir="ltr"><<a href="mailto:wojciech.rajczak@hotmail.com" target="_blank">wojciech.rajczak@hotmail.com</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
post your paste ini<br>
<br>
________________________________<br>
> Date: Thu, 4 Sep 2014 16:28:23 +0200<br>
> From: <a href="mailto:stephane.eveillard@gmail.com">stephane.eveillard@gmail.com</a><br>
> To: <a href="mailto:sushma_korati@persistent.co.in">sushma_korati@persistent.co.in</a><br>
> CC: <a href="mailto:openstack@lists.openstack.org">openstack@lists.openstack.org</a><br>
<div class="">> Subject: Re: [Openstack] error whe creating fisrt keystone user<br>
><br>
</div><div class="">> OS_SERVICE_TOKEN and OS_SERVICE_ENDPOINT are ok and I'm not able to<br>
> create tenant nor role; I got the same message<br>
> I didn't export any other variables and restart keystone service twice<br>
><br>
><br>
><br>
> 2014-09-04 16:22 GMT+02:00 Sushma Korati<br>
</div>> <<a href="mailto:sushma_korati@persistent.co.in">sushma_korati@persistent.co.in</a><mailto:<a href="mailto:sushma_korati@persistent.co.in">sushma_korati@persistent.co.in</a>>>:<br>
<div class="">><br>
> Okay,<br>
><br>
><br>
> Were you able to create tenant successfully?<br>
><br>
> and what all variables did you export? please check if OS_SERVICE_TOKEN<br>
> and OS_SERVICE_ENDPOINT have proper values. And try by restarting the<br>
> keystone service once?<br>
><br>
><br>
> Regards,<br>
> Sushma Korati<br>
</div>> <a href="mailto:sushma_korati@persistent.co.in">sushma_korati@persistent.co.in</a><mailto:<a href="mailto:sushma_korati@persistent.co.in">sushma_korati@persistent.co.in</a>><br>
<div class="">> Persistent Systems Ltd. | Partners in Innovation |<br>
</div>> <a href="http://www.persistentsys.com" target="_blank">www.persistentsys.com</a><<a href="http://www.persistentsys.com" target="_blank">http://www.persistentsys.com</a>><br>
<div class="">> P Please consider your environmental responsibility: Before printing<br>
> this e-mail or any other document, ask yourself whether you need a hard<br>
> copy.<br>
><br>
><br>
> ________________________________<br>
> From: Stephane EVEILLARD<br>
</div>> <<a href="mailto:stephane.eveillard@gmail.com">stephane.eveillard@gmail.com</a><mailto:<a href="mailto:stephane.eveillard@gmail.com">stephane.eveillard@gmail.com</a>>><br>
<div class="">> Sent: Thursday, September 4, 2014 7:44 PM<br>
> To: Sushma Korati<br>
</div>> Cc: <a href="mailto:openstack@lists.openstack.org">openstack@lists.openstack.org</a><mailto:<a href="mailto:openstack@lists.openstack.org">openstack@lists.openstack.org</a>><br>
<div class="">> Subject: Re: [Openstack] error whe creating fisrt keystone user<br>
><br>
> I've Checked before but get a second look : service is running<br>
><br>
><br>
><br>
><br>
> 2014-09-04 16:09 GMT+02:00 Sushma Korati<br>
</div>> <<a href="mailto:sushma_korati@persistent.co.in">sushma_korati@persistent.co.in</a><mailto:<a href="mailto:sushma_korati@persistent.co.in">sushma_korati@persistent.co.in</a>>>:<br>
<div class="">><br>
> Hi Stephane,<br>
><br>
><br>
> Please check if keystone service is running or not?<br>
><br>
> command: service openstack-keystone status<br>
><br>
><br>
><br>
> Regards,<br>
> Sushma Korati<br>
</div>> <a href="mailto:sushma_korati@persistent.co.in">sushma_korati@persistent.co.in</a><mailto:<a href="mailto:sushma_korati@persistent.co.in">sushma_korati@persistent.co.in</a>><br>
<div class="">> Persistent Systems Ltd. | Partners in Innovation |<br>
</div>> <a href="http://www.persistentsys.com" target="_blank">www.persistentsys.com</a><<a href="http://www.persistentsys.com" target="_blank">http://www.persistentsys.com</a>><br>
<div class="">> P Please consider your environmental responsibility: Before printing<br>
> this e-mail or any other document, ask yourself whether you need a hard<br>
> copy.<br>
><br>
><br>
> ________________________________<br>
> From: Stephane EVEILLARD<br>
</div>> <<a href="mailto:stephane.eveillard@gmail.com">stephane.eveillard@gmail.com</a><mailto:<a href="mailto:stephane.eveillard@gmail.com">stephane.eveillard@gmail.com</a>>><br>
<div class="">> Sent: Thursday, September 4, 2014 7:17 PM<br>
</div>> To: <a href="mailto:openstack@lists.openstack.org">openstack@lists.openstack.org</a><mailto:<a href="mailto:openstack@lists.openstack.org">openstack@lists.openstack.org</a>><br>
<div><div class="h5">> Subject: [Openstack] error whe creating fisrt keystone user<br>
><br>
> Hi,<br>
><br>
> when I try to create admin user in keystone,<br>
><br>
><br>
> I got the following message :"The resource could not be found (HTTP 404)"<br>
><br>
> and the only message I got in keystone.log is the following :<br>
><br>
> "2014-09-04 15:41:56.432 2406 WARNING<br>
> keystone.openstack.common.versionutils [-] Deprecated:<br>
> keystone.middleware.core.XmlBodyMiddleware is deprecated as of Icehouse<br>
> in favor of support for "application/json" only and may be removed in<br>
> K."<br>
><br>
> I'm tring to install openstack on CentOS 6.4, got no error messages<br>
> till this one<br>
><br>
> Thanks in advance<br>
><br>
><br>
> --<br>
> Stéphane EVEILLARD<br>
> Responsable Système et Développement IBS NETWORK<br>
> Coordinateur Version Française Openstack<br>
> Membre Association Openstack-fr et APRIL<br>
><br>
> DISCLAIMER ========== This e-mail may contain privileged and<br>
> confidential information which is the property of Persistent Systems<br>
> Ltd. It is intended only for the use of the individual or entity to<br>
> which it is addressed. If you are not the intended recipient, you are<br>
> not authorized to read, retain, copy, print, distribute or use this<br>
> message. If you have received this communication in error, please<br>
> notify the sender and delete all copies of this message. Persistent<br>
> Systems Ltd. does not accept any liability for virus infected mails.<br>
><br>
><br>
><br>
> --<br>
> Stéphane EVEILLARD<br>
> Responsable Système et Développement IBS NETWORK<br>
> Coordinateur Version Française Openstack<br>
> Membre Association Openstack-fr et APRIL<br>
><br>
> DISCLAIMER ========== This e-mail may contain privileged and<br>
> confidential information which is the property of Persistent Systems<br>
> Ltd. It is intended only for the use of the individual or entity to<br>
> which it is addressed. If you are not the intended recipient, you are<br>
> not authorized to read, retain, copy, print, distribute or use this<br>
> message. If you have received this communication in error, please<br>
> notify the sender and delete all copies of this message. Persistent<br>
> Systems Ltd. does not accept any liability for virus infected mails.<br>
><br>
><br>
><br>
> --<br>
> Stéphane EVEILLARD<br>
> Responsable Système et Développement IBS NETWORK<br>
> Coordinateur Version Française Openstack<br>
> Membre Association Openstack-fr et APRIL<br>
><br>
</div></div>> _______________________________________________ Mailing list:<br>
> <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a> Post to :<br>
> <a href="mailto:openstack@lists.openstack.org">openstack@lists.openstack.org</a> Unsubscribe :<br>
> <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
                                          </blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr"><div>Stéphane EVEILLARD<br>Responsable Système et Développement IBS NETWORK</div><div>Coordinateur Version Française Openstack</div>
<div>Membre Association Openstack-fr et  APRIL</div></div>
</div>