13:04:11 #startmeeting monasca 13:04:12 Meeting started Tue May 18 13:04:11 2021 UTC and is due to finish in 60 minutes. The chair is chaconpiza. Information about MeetBot at http://wiki.debian.org/MeetBot. 13:04:13 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 13:04:15 The meeting name has been set to 'monasca' 13:04:29 Hi 13:04:32 The agenda as usual https://etherpad.opendev.org/p/monasca-team-meeting-agenda 13:05:26 HI 13:06:03 Hi Adrian 13:06:56 we have only one topic in the agenda: 13:07:01 #topic [monasca] Transition Train to EM 13:08:28 It is about to set Train branches of Monasca repositories on Extended Maintenance 13:08:37 https://docs.openstack.org/project-team-guide/stable-branches.html 13:10:56 Train it self is a 'complex' release because it still should support PY2 besides PY3. 13:15:26 Adrian, do you have any topic? 13:16:11 No, i have no topic for today 13:17:06 Have you found the root cause of why is failing the autodetection for service Keystone of monasca-agent? 13:17:27 not yet 13:18:12 but i think there is some problem wit checking open port for keystone 13:19:20 I think is on this file: https://github.com/openstack/monasca-agent/blob/master/monasca_setup/detection/plugins/keystone.py#L33 13:20:16 the port looks ok, I have the feeling that the regular-expresion doesn't match Keystone on RHOSP16.1 13:21:01 yes 13:21:20 i think problem is in this regular expression 13:21:38 or keystone is not accessible on localhost 13:22:02 maybe you need to specify ip adress 13:22:20 i will check this both options 13:23:44 Yes, it seems you are right: On OSP16.1 All-in-one Installation: 13:23:58 # curl http://localhost:35357 13:23:58 curl: (7) Failed to connect to localhost port 35357: Connection refused 13:24:17 but with the real IP: 13:24:20 # curl http://10.140.16.154:35357 13:24:29 {"versions": {"values": [{"id": "v3.13", "status": "stable", "updated": "2019-07-19T00:00:00Z", "links": [{"rel": "self", "href": "http://10.140.16.154:35357/v3/"}], "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}]}]}} 13:24:48 great 13:33:07 @chaconpiza was disconnected from irc and have some problem to reconnect irc. 13:33:44 #endmeeting