Comment 18 for bug 1716671

Revision history for this message
Dougal Matthews (d0ugal) wrote :

The result of the get_introspection_status looks like this when one node fails to start and one succeeds.

[
    "Failed to run action [action_ex_id=aaf10ff1-75b8-45f8-92c2-e169325682fa, action_cls='<class 'mistral.actions.action_factory.BaremetalIntrospectionAction'>', attributes='{u'client_method_name': u'get_status'}', params='{u'uuid': u'c2f1534d-3b85-4e91-9b5b-a116a03805e7'}']\n BaremetalIntrospectionAction.get_status failed: Could not find node c2f1534d-3b85-4e91-9b5b-a116a03805e7 in cache",
    {
        "uuid": "4ef82524-d722-4f74-95d9-229740732315",
        "links": [
            {
                "href": "http://192.168.24.1:5050/v1/introspection/4ef82524-d722-4f74-95d9-229740732315",
                "rel": "self"
            }
        ],
        "finished_at": "2017-09-15T15:35:53",
        "state": "finished",
        "finished": true,
        "error": null,
        "started_at": "2017-09-15T15:33:18"
    }
]