You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The _process_sdk function starts by calling cloud.list_machines() which
returns all nodes including their names. There is no need to call
cloud.get_machine individually for each node just to get its name
attribute when we might be skipping this node.
This speeds up execution of the Bifrost inventory module when
BIFROST_NODE_NAMES is used.
Change-Id: I27ccc12b9f408d510710d5ba82ad04135169827a
0 commit comments