openstackgerrit | Duc Truong proposed openstack/senlin master: Use decimal type for start_time and end_time https://review.openstack.org/554385 | 00:03 |
---|---|---|
*** liyi has joined #senlin | 00:04 | |
*** liyi has quit IRC | 00:04 | |
*** liyi has joined #senlin | 00:05 | |
openstackgerrit | Duc Truong proposed openstack/senlin-tempest-plugin master: Check valid values for start_time and end_time https://review.openstack.org/554382 | 00:17 |
*** chenyb4 has joined #senlin | 01:02 | |
*** liyi has quit IRC | 04:21 | |
*** liyi has joined #senlin | 04:22 | |
*** liyi has quit IRC | 04:29 | |
*** liyi has joined #senlin | 04:29 | |
*** liyi has quit IRC | 04:34 | |
*** liyi has joined #senlin | 04:52 | |
*** liyi has quit IRC | 05:03 | |
*** liyi has joined #senlin | 05:04 | |
*** jmlowe has quit IRC | 05:18 | |
*** liyi has quit IRC | 05:21 | |
*** liyi has joined #senlin | 05:22 | |
*** jmlowe has joined #senlin | 05:37 | |
*** jmlowe has quit IRC | 05:42 | |
*** liyi has quit IRC | 05:46 | |
openstackgerrit | Erik Olof Gunnar Andersson proposed openstack/senlin master: Use ListOpt instead of MultiStrOpt for event_dispatchers https://review.openstack.org/554426 | 06:37 |
eandersson | That was one was driving me nuts ^ | 06:38 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/senlin-dashboard master: Imported Translations from Zanata https://review.openstack.org/554431 | 06:50 |
openstackgerrit | Erik Olof Gunnar Andersson proposed openstack/senlin master: Fixing documentation for multiple event_dispatchers https://review.openstack.org/554426 | 07:44 |
*** AlexeyAbashkin has joined #senlin | 08:04 | |
*** akki has joined #senlin | 09:25 | |
openstackgerrit | Merged openstack/senlin-dashboard master: Imported Translations from Zanata https://review.openstack.org/554431 | 09:25 |
openstackgerrit | Merged openstack/senlin master: Fixing documentation for multiple event_dispatchers https://review.openstack.org/554426 | 09:54 |
akki | Hi All | 10:25 |
akki | I have installed senlin on my Ocata setup on Ubuntu using https://docs.openstack.org/senlin/latest/install/install-source.html | 10:26 |
akki | I have changed the port from 8778 to 8702 | 10:26 |
akki | my admin-openrc file is containing following information | 10:27 |
akki | http://paste.openstack.org/show/705877/ | 10:27 |
akki | On running "openstack --debug cluster list", I am getting following error: | 10:28 |
akki | http://paste.openstack.org/show/705875/ | 10:28 |
akki | "openstack cluster build info" is giving this error: "No BuildInfo found for None" | 10:29 |
akki | Could you please guide that what can be the issue | 10:30 |
chenyb4 | hi, if you change the senlin-api port, the endpoint will change | 10:31 |
akki | Yes, I have changed that also | 10:32 |
chenyb4 | It look like auth faild. "error": {"code": 500, "message": "Problem with auth parameters", "type": "ConfigException"}, "explanation": | 10:35 |
chenyb4 | akki, Can you check project exist service? | 10:36 |
akki | chenyb4, while setting up ./setup-service <HOST IP> <SERVICE_PASSWORD>, we have provided password here | 10:37 |
akki | but yes, while running setup-service, it failed at last step: "openstack role add \ service \ --user senlin \ --project demo" | 10:38 |
chenyb4 | The reason is service project not exist, the project use services. please check project | 10:39 |
akki | And yes project "service" exists | 10:39 |
chenyb4 | ok, Can you give some API debug logs? | 10:43 |
akki | You can openstack cli debug logs here: http://paste.openstack.org/show/705898/ | 10:46 |
chenyb4 | There seems to be a problem with authentication. | 10:53 |
chenyb4 | Please check authentication | 10:53 |
akki | Yes, do you find any problem in the admin-openrc we are using: http://paste.openstack.org/show/705877/ | 10:55 |
akki | In senlin.conf, we are using following configuration for keystone: | 10:56 |
akki | http://paste.openstack.org/show/705909/ | 10:56 |
chenyb4 | hi, execute ' openstack role list' check service role | 11:02 |
chenyb4 | maybe the role is services | 11:03 |
*** akki has quit IRC | 11:08 | |
*** akki has joined #senlin | 11:12 | |
akki | here is my openstack role list: | 11:17 |
akki | http://paste.openstack.org/show/705932/ | 11:17 |
akki | service role is present | 11:17 |
openstackgerrit | chenyb4 proposed openstack/senlin master: Fix hints update appear 'NoneType' object has no attribute 'update' https://review.openstack.org/554506 | 11:18 |
*** Amit82 has joined #senlin | 11:21 | |
chenyb4 | akki, OS_AUTH_URL=http://controller:35357/v3 please change 35357 to 5000 and try again. | 11:23 |
chenyb4 | It doesn't seem to have anything to do with the port. | 11:26 |
chenyb4 | I have encountered the admin_tenant_name configuration error and the auth faild appears. | 11:29 |
chenyb4 | The reason is my test env admin_tenant_name is services and change senlin.conf admin_tenant_name service to services, the server is normal | 11:31 |
akki | chenyb4, changing 35357 to 5000 doesn't work | 11:35 |
akki | In my senlin.conf, admin_tenant_name is "service" | 11:36 |
akki | do I need to add it in my admin-openrc as well? | 11:36 |
chenyb4 | no | 11:37 |
chenyb4 | not need | 11:37 |
chenyb4 | akki, this is my senlin.conf file http://paste.openstack.org/show/705953/ | 11:38 |
chenyb4 | and this auth file http://paste.openstack.org/show/705955/ | 11:39 |
chenyb4 | I'm using the master version. I believe there is no problem with ocata. | 11:40 |
chenyb4 | You are performing./setup-service is wrong, you'd better check these steps manually. | 11:41 |
chenyb4 | akki, You change senlin-api port, do you configure api port in senlin.conf ? | 11:42 |
akki | chenyb4, I have synced your file with fine | 11:47 |
akki | mine* | 11:47 |
akki | in senlin.conf, I had changed port to 8702 | 11:47 |
akki | And also, you have commented authentication parameters in senlin.conf | 11:48 |
akki | currently, we are using stable/ocata | 11:48 |
akki | let us switch to master branch | 11:48 |
akki | and then probably, I will seek your help again | 11:48 |
chenyb4 | Ok, if you found the problem, you can record at https://bugs.launchpad.net/senlin | 11:51 |
chenyb4 | thanks | 11:51 |
*** chenyb4 has quit IRC | 12:00 | |
openstackgerrit | Chuck Short proposed openstack/senlin-dashboard master: Simplify tox.ini https://review.openstack.org/554339 | 12:22 |
openstackgerrit | Chuck Short proposed openstack/senlin-dashboard master: Simplify tox.ini https://review.openstack.org/554339 | 12:22 |
*** Amit82 has quit IRC | 12:27 | |
*** openstackgerrit has quit IRC | 12:33 | |
*** AlexeyAbashkin has quit IRC | 12:48 | |
*** AlexeyAbashkin has joined #senlin | 13:10 | |
*** chenyb4 has joined #senlin | 13:37 | |
*** jmlowe has joined #senlin | 13:58 | |
*** chenyb4 has quit IRC | 14:14 | |
*** chenyb4 has joined #senlin | 14:17 | |
*** chenyb4 has quit IRC | 14:48 | |
*** chenyb4 has joined #senlin | 14:50 | |
*** chenyb4 has quit IRC | 15:30 | |
*** AlexeyAbashkin has quit IRC | 16:53 | |
*** akki has quit IRC | 17:03 | |
*** AlexeyAbashkin has joined #senlin | 18:14 | |
*** AlexeyAbashkin has quit IRC | 18:14 | |
*** AlexeyAbashkin has joined #senlin | 18:15 | |
*** AlexeyAbashkin has quit IRC | 18:44 | |
*** AlexeyAbashkin has joined #senlin | 19:03 | |
*** AlexeyAbashkin has quit IRC | 19:51 | |
*** jmlowe has quit IRC | 21:08 | |
*** jmlowe has joined #senlin | 21:11 | |
*** AlexeyAbashkin has joined #senlin | 21:19 | |
*** AlexeyAbashkin has quit IRC | 21:23 | |
*** AlexeyAbashkin has joined #senlin | 22:19 | |
*** AlexeyAbashkin has quit IRC | 22:23 | |
*** AlexeyAbashkin has joined #senlin | 23:19 | |
*** AlexeyAbashkin has quit IRC | 23:23 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!