On Mon, Jul 2, 2018 at 7:43 AM, Torin Woltjer <[email protected]> wrote: > Installed masakari 4.0.0 on queens. Hostmonitor, instancemonitor, and > processmonitor all running on compute nodes. API and engine running on > controller nodes. I've tried using the masakari client to list/add segments, > any of those commands does nothing and returns: > > ("'NoneType' object has no attribute 'auth_url'", <open file '<stderr>', > mode 'w' at 0x7f26bb4b71e0>)
That error is not very helpful but the clue is the 'auth_url' part. This is usually caused by not having your auth variables set properly, in this case OS_AUTH_URL. Check all of your auth configuration for the client. dt -- Dean Troyer [email protected] _______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected] Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
