CCI-MOC / ui

Apache License 2.0
3 stars 5 forks source link

API Consistency Improvement #44

Open hoodsy opened 9 years ago

hoodsy commented 9 years ago

some calls (edit VM, etc) pull a VM id with javascript, and pass it through; Other functions simply take the name, and find the related object (e.g. if name = server.name from nova.servers.list()).. would be nice to have this consistent