blob: 20390aaf0bb332e9c9d18e098bc35f9b8d2dde0a [file] [log] [blame]
import fuel_rest_api
def discover_fuel_nodes(root_url, credentials):
"""Discover Fuel nodes"""
connection = fuel_rest_api.KeystoneAuth(root_url, credentials)
fi = fuel_rest_api.FuelInfo(connection)
return fi.nodes