<div dir="ltr"><span style="font-size:12.8px">Hello,</span><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">I am trying to install Openstack <i>liberty</i> version on <i>Centos7</i>. </div><div style="font-size:12.8px">I am stucked while installing Identity service creation. I have searched google for the solution but could not find one!</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">My admin-openrc.sh contains:</div><div style="font-size:12.8px"><div>export OS_PROJECT_DOMAIN_ID=default</div><div>export OS_USER_DOMAIN_ID=default</div><div>export OS_PROJECT_NAME=os_demo</div><div>export OS_TENANT_NAME=admin</div><div>export OS_USERNAME=admin</div><div>export OS_PASSWORD=password</div><div>export OS_AUTH_URL=<a href="http://10.0.0.11:35357/v3" target="_blank">http://controller:35357/v3</a></div><div>export OS_IDENTITY_API_VERSION=3</div><div>export OS_IMAGE_API_VERSION=2</div></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Command tried is:<br></div><div style="font-size:12.8px"># openstack service create --name keystone --description "OpenStack Identity" identity --os-username admin --os-auth-url <a href="http://10.0.0.11:35357/v3" target="_blank">http://controller:35357/v3</a> --os-project-name os_demo<br></div><div style="font-size:12.8px">Output--></div><div style=""><div style="font-size:12.8px"><i>Discovering versions from the identity service failed when creating the password plugin. Attempting to determine version from URL.</i></div><div style="font-size:12.8px"><i>Internal Server Error (HTTP 500)</i></div><div style="font-size:12.8px"><i><br></i></div><div style="font-size:12.8px">When I check the file /var/log/httpd/keystone-error.log, I noticed these lines:</div><div style=""><div style=""><span style="font-size:12.8px">mod_wsgi (pid=56573): Target WSGI script '/usr/bin/keystone-wsgi-admin' cannot be loaded as Python module.</span></div><div style=""><span style="font-size:12.8px">2016-02-02 18:08:40.864117 mod_wsgi (pid=56573): Exception occurred processing WSGI script '/usr/bin/keystone-wsgi-admin'.</span></div><div style=""><span style="font-size:12.8px">2016-02-02 18:08:40.864132 Traceback (most recent call last):</span></div><div style=""><span style="font-size:12.8px">2016-02-02 18:08:40.864144   File "/usr/bin/keystone-wsgi-admin", line 36, in <module></span></div><div style=""><span style="font-size:12.8px">2016-02-02 18:08:40.864165     application = initialize_admin_application()</span></div><div style=""><span style="font-size:12.8px">2016-02-02 18:08:40.864171   File "/usr/lib/python2.7/site-packages/keystone/server/wsgi.py", line 78, in initialize_admin_application</span></div><div style=""><span style="font-size:12.8px">2016-02-02 18:08:40.864182     return initialize_application('admin')</span></div><div style=""><span style="font-size:12.8px">2016-02-02 18:08:40.864188   File "/usr/lib/python2.7/site-packages/keystone/server/wsgi.py", line 51, in initialize_application</span></div><div style=""><span style="font-size:12.8px">2016-02-02 18:08:40.864197     common.configure()</span></div><div style=""><span style="font-size:12.8px">2016-02-02 18:08:40.864203   File "/usr/lib/python2.7/site-packages/keystone/server/common.py", line 31, in configure</span></div><div style=""><span style="font-size:12.8px">2016-02-02 18:08:40.864212     config.configure()</span></div><div style=""><span style="font-size:12.8px">2016-02-02 18:08:40.864218   File "/usr/lib/python2.7/site-packages/keystone/common/config.py", line 1204, in configure</span></div><div style=""><span style="font-size:12.8px">2016-02-02 18:08:40.864228     help='Do not monkey-patch threading system modules.'))</span></div><div style=""><span style="font-size:12.8px">2016-02-02 18:08:40.864234   File "/usr/lib/python2.7/site-packages/oslo_config/cfg.py", line 1828, in __inner</span></div><div style=""><span style="font-size:12.8px">2016-02-02 18:08:40.864243     result = f(self, *args, **kwargs)</span></div><div style=""><span style="font-size:12.8px">2016-02-02 18:08:40.864249   File "/usr/lib/python2.7/site-packages/oslo_config/cfg.py", line 2003, in register_cli_opt</span></div><div style=""><span style="font-size:12.8px">2016-02-02 18:08:40.864258     raise ArgsAlreadyParsedError("cannot register CLI option")</span></div><div style=""><span style="font-size:12.8px">2016-02-02 18:08:40.864272 ArgsAlreadyParsedError: arguments already parsed: cannot register CLI option</span></div></div><div style="font-size:12.8px"><br></div></div><div style="font-size:12.8px"><i><br></i></div><div style="font-size:12.8px">Please help me get out of this issue.<i><br></i></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">I have other queries mentioned below:</div><div style="font-size:12.8px">1. I see an example of 2-node architecture in the installation guide for liberty version. Which guide do I have to refer to have 3-node architecture (Node1 being Controller, Node2 as Nuetron and Node3 as a compute)? </div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Thanks,<br></div><div style="font-size:12.8px">Basavaraj</div></div>