Tuesday, 2020-12-22

*** timburke has joined #openstack-keystone00:14
*** timburke_ has joined #openstack-keystone00:19
*** timburke has quit IRC00:21
*** zzzeek has quit IRC00:43
*** zzzeek has joined #openstack-keystone00:43
*** timburke_ has quit IRC00:56
*** timburke__ has joined #openstack-keystone00:56
*** timburke__ has quit IRC01:17
*** __ministry has joined #openstack-keystone01:24
*** spatel has joined #openstack-keystone01:35
*** spatel has quit IRC01:41
*** rcernin has quit IRC03:00
*** timburke__ has joined #openstack-keystone03:06
*** rcernin has joined #openstack-keystone03:28
*** timburke__ has quit IRC03:34
*** zzzeek has quit IRC04:25
*** dave-mccowan has quit IRC04:27
*** zzzeek has joined #openstack-keystone04:31
*** vishalmanchanda has joined #openstack-keystone05:17
*** hamalq has quit IRC05:37
*** evrardjp has quit IRC05:40
*** evrardjp has joined #openstack-keystone05:41
*** rcernin has quit IRC06:18
*** rcernin has joined #openstack-keystone06:20
*** rcernin has quit IRC07:11
*** gyee has quit IRC07:18
*** bengates has joined #openstack-keystone08:21
*** xek has joined #openstack-keystone08:53
*** jawad_axd has joined #openstack-keystone09:02
*** __ministry1 has joined #openstack-keystone09:53
*** __ministry has quit IRC09:56
*** __ministry1 is now known as __ministry09:56
*** flaviof has joined #openstack-keystone10:27
*** TheJulia has joined #openstack-keystone10:28
*** masayukig_ has joined #openstack-keystone10:28
*** jamespage has joined #openstack-keystone10:29
*** masayukig_ is now known as masayukig10:29
*** johnsom has joined #openstack-keystone10:33
*** midhun_ has joined #openstack-keystone11:08
*** evrardjp_ has joined #openstack-keystone11:11
*** evrardjp has quit IRC11:11
*** midhun_ has quit IRC11:16
*** zzzeek has quit IRC12:15
*** zzzeek has joined #openstack-keystone12:16
*** spatel has joined #openstack-keystone12:40
*** spatel has quit IRC12:44
*** midhun_ has joined #openstack-keystone12:46
midhun_hi12:46
midhun_i am getting error while integrating existing ldap with openstack12:47
midhun_when i am giving driver = ldap then openstack cli getting error,any openstack command is not working12:49
midhun_please help me on this12:49
midhun_root@controller:~/client-scripts# openstack network list12:53
midhun_Failed to discover available identity versions when contacting12:53
midhun_http://controller:5000/v3. Attempting to parse version from URL.12:53
midhun_Internal Server Error (HTTP 500)12:53
midhun_getting this error after configure "driver = ldap "in keystone.conf file under [identity] session12:55
*** Oriz has joined #openstack-keystone13:03
*** spatel has joined #openstack-keystone13:10
midhun_hi spatel,do you have any idea?13:14
spatelsorry i am not following thread but what idea?13:14
midhun_i am getting error while integrating existing ldap with openstack13:15
midhun_when i am giving driver = ldap then openstack cli getting error,any openstack command is not working13:15
spateleven admin?13:16
spatelyou have to post some error and config you did here http://paste.openstack.org/13:16
spateluse openstack --debug option in each command will give you more data13:17
midhun_root@controller:~/client-scripts# openstack network list13:17
midhun_ Failed to discover available identity versions when contacting13:17
midhun_ http://controller:5000/v3. Attempting to parse version from URL.13:17
midhun_Internal Server Error (HTTP 500)13:17
spateldon't copy paste here use http://paste.openstack.org/13:17
midhun_getiing this error13:17
midhun_getting this error after configure "driver = ldap "in keystone.conf file under [identity] session13:18
spateladmin is local account and it has nothing to do with LDAP so admin should work as it was working before13:18
spatelpost your full config, i believe something is missing somewhere, check keystone logs etc..13:19
*** tkajinam_ has quit IRC13:21
midhun_2020-12-22 18:55:00.980840 mod_wsgi (pid=26355): Target WSGI script '/usr/bin/keystone-wsgi-public' cannot be loaded as Python module.13:25
midhun_2020-12-22 18:55:00.980967 mod_wsgi (pid=26355): Exception occurred processing WSGI script '/usr/bin/keystone-wsgi-public'.13:25
midhun_2020-12-22 18:55:00.981014 Traceback (most recent call last):13:25
midhun_2020-12-22 18:55:00.981055   File "/usr/bin/keystone-wsgi-public", line 54, in <module>13:25
midhun_2020-12-22 18:55:00.981115     application = initialize_public_application()13:25
midhun_2020-12-22 18:55:00.981148   File "/usr/lib/python2.7/dist-packages/keystone/server/wsgi.py", line 24, in initialize_public_application13:25
midhun_2020-12-22 18:55:00.981186     name='public', config_files=flask_core._get_config_files())13:25
midhun_2020-12-22 18:55:00.981206   File "/usr/lib/python2.7/dist-packages/keystone/server/flask/core.py", line 149, in initialize_application13:25
midhun_2020-12-22 18:55:00.981240     keystone.server.configure(config_files=config_files)13:25
midhun_2020-12-22 18:55:00.981260   File "/usr/lib/python2.7/dist-packages/keystone/server/__init__.py", line 28, in configure13:25
midhun_2020-12-22 18:55:00.981292     keystone.conf.configure()13:25
midhun_2020-12-22 18:55:00.981312   File "/usr/lib/python2.7/dist-packages/keystone/conf/__init__.py", line 127, in configure13:25
midhun_2020-12-22 18:55:00.981347     help='Do not monkey-patch threading system modules.'))13:25
midhun_2020-12-22 18:55:00.981367   File "/usr/lib/python2.7/dist-packages/oslo_config/cfg.py", line 2497, in __inner13:26
midhun_2020-12-22 18:55:00.981400     result = f(self, *args, **kwargs)13:26
midhun_2020-12-22 18:55:00.981420   File "/usr/lib/python2.7/dist-packages/oslo_config/cfg.py", line 2772, in register_cli_opt13:26
midhun_2020-12-22 18:55:00.981450     raise ArgsAlreadyParsedError("cannot register CLI option")13:26
midhun_2020-12-22 18:55:00.981490 ArgsAlreadyParsedError: arguments already parsed: cannot register CLI option13:26
midhun_this is the keystone log13:26
midhun_ mod_wsgi (pid=26355): Target WSGI script '/usr/bin/keystone-wsgi-public' cannot be loaded as Python module.13:26
midhun_2020-12-22 18:55:00.980967 mod_wsgi (pid=26355): Exception occurred processing WSGI script '/usr/bin/keystone-wsgi-public'.13:26
midhun_i think this error is main13:27
midhun_https://docs.openstack.org/keystone/rocky/admin/identity-integrate-with-ldap.html#integrate-identity-backend-ldap13:27
midhun_this document i followed to configure ldap13:28
midhun_if i remove "driver = ldap"entry then everything everything working fine13:29
*** spatel has quit IRC13:42
*** spatel has joined #openstack-keystone13:43
spatelmidhun_: Don't paste configuration here.13:43
spateluse - http://paste.openstack.org/13:43
midhun_ok14:02
*** xek has quit IRC14:03
midhun_any solution for this error?14:03
midhun_i checked lot of openstack documents but didn't get any solution14:04
spatelmidhun_: its all depend on how and what you use to deploy your openstack, it seem something is missing when its trying to load ldap module, may be some python-ldap library14:14
spatelI am using openstack-ansible deployment and everything works for me without issue.14:15
*** tkajinam has joined #openstack-keystone14:18
*** midhun_ has quit IRC14:23
*** dave-mccowan has joined #openstack-keystone15:04
*** dave-mccowan has quit IRC15:08
*** jawad_axd has quit IRC15:10
*** jawad_axd has joined #openstack-keystone15:24
*** jawad_axd has quit IRC15:56
*** Oriz has quit IRC16:24
*** zzzeek has quit IRC16:29
*** zzzeek has joined #openstack-keystone16:31
*** bengates has quit IRC16:41
*** vishalmanchanda has quit IRC16:44
*** DinaBelova has quit IRC16:54
*** hamalq has joined #openstack-keystone16:55
*** DinaBelova has joined #openstack-keystone16:56
*** hamalq_ has joined #openstack-keystone16:56
*** hamalq has quit IRC17:00
*** gyee has joined #openstack-keystone17:11
*** zzzeek has quit IRC17:32
*** zzzeek has joined #openstack-keystone17:33
*** gshippey has joined #openstack-keystone17:38
*** xek has joined #openstack-keystone18:23
*** raildo has quit IRC20:52
*** rcernin has joined #openstack-keystone22:37
*** spatel has quit IRC23:03
*** xek has quit IRC23:14

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!