Thursday, 2019-06-27

*** openstack has joined #openstack-masakari13:15
*** ChanServ sets mode: +o openstack13:15
goldyfruitGuys17:36
goldyfruitThis commit https://github.com/openstack/python-masakariclient/commit/2475bf1ba27683b3ce5c679b5ea3517921b57926 broke the CLI17:37
goldyfruitI'm using the master branch and the latest microversion available is 1.0 no 1.117:37
goldyfruitThe error I got:17:38
goldyfruitA default microversion for service instance-ha of 1.1 was requested, but the cloud only supports a maximum of only supports a minimum of 1.0 and a maximum of 1.0. The default microversion was set because a microversion formatted version string, '1.1', was passed for the api_version of the service. If it was not intended to set a default microversion please remove anything other than an integer major version from the version setting for17:38
goldyfruitthe service.17:38
goldyfruitBut if I run the command with the version it works17:39
goldyfruitopenstack --os-ha-api-version 1.0 notification list17:39
goldyfruitVersion returned by the API17:50
goldyfruit{17:50
goldyfruit  "versions": [17:50
goldyfruit    {17:50
goldyfruit      "id": "v1.0",17:50
goldyfruit      "status": "CURRENT",17:50
goldyfruit      "version": "1.0",17:50
goldyfruit      "min_version": "1.0",17:50
goldyfruit      "updated": "2016-07-01T11:33:21Z",17:50
goldyfruit      "links": [17:50
goldyfruit        {17:50
goldyfruit          "rel": "self",17:50
goldyfruit          "href": "http://192.168.3.200:15868/v1/"17:50
goldyfruit        }17:50
goldyfruit      ]17:50
goldyfruit    }17:50
goldyfruit  ]17:50
goldyfruit}17:50
goldyfruitOther question, is it possible to make hostmonitoring running into a docker container ?18:01
goldyfruitsystemctl commands into a container will be complex18:04
goldyfruitsamP, any idea ?19:07

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!