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
config(myname,....)
refresh('vms") - see logic for just using first letter in openstack code
refresh("images")
refresh("flavors")
refresh("all")
Change getting the credentials via cm_config.py
this produces following dict (see the openstack dict,
which you can get with python cloud_mesh.py
under the assumption you have the cloudmesh.yaml file in ~/.futuregrid/cloudmesh.yaml
cloudmesch{
"myname"
cm_type: azure
cm_label: myname
servers:{
"": {
cm_refersh: date when info was retrieved
}
....
}
images: {
"" : { }
...
}
flavor: {
...
}
}
}
The text was updated successfully, but these errors were encountered:
develop a
class azure
Change getting the credentials via cm_config.py
this produces following dict (see the openstack dict,
which you can get with python cloud_mesh.py
under the assumption you have the cloudmesh.yaml file in ~/.futuregrid/cloudmesh.yaml
cloudmesch{
"myname"
cm_type: azure
cm_label: myname
servers:{
"": {
cm_refersh: date when info was retrieved
}
....
}
images: {
"" : { }
...
}
flavor: {
...
}
}
}
The text was updated successfully, but these errors were encountered: