Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
mcp
/
cvp-wally
/
0fc1367cd3907605d05b7d56d04887b69635111c
/
.
/
nodes
/
fuel.py
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