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
class eucalyptus while using lib cloud. however make sure lib cloud returns the same arguments and values on vms as you would get when you do euca2tools
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: eucalyptus
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 eucalyptus while using lib cloud. however make sure lib cloud returns the same arguments and values on vms as you would get when you do euca2tools
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: eucalyptus
cm_label: myname
servers:{
"": {
cm_refersh: date when info was retrieved
}
....
}
images: {
"" : { }
...
}
flavor: {
...
}
}
}
The text was updated successfully, but these errors were encountered: