CCI-MOC / ui

Apache License 2.0
3 stars 5 forks source link

update from EC500 course project for pull request #61

Closed xuhang57 closed 9 years ago

xuhang57 commented 9 years ago

It should have all the functionality that we had for the student project under lucasRefactor branch.

In general,

  1. We are able to login user using keystone into the project with which the user is associated.
  2. After login, we have a list of project with which the user is assigned. They are hardcoded because currently, no client API can retrieve a list of projects for a user that is not an admin
  3. After entering into the project control page, two choices, goes to market page or create/delete/edit VMs. As for the VMs, we are able to create a default (we hardcoded its parameters, cannot customize by user so far), start/pause/terminate/delete the VM instance.
  4. After going to the market page from control page, we have a list of services provided by OCX. Currently, they are hardcoded and it needs to be updated after the openstack summit. Also, we have as side that filter different types of services provided by OCX. For the three buttons for each service. Only the first one is clickable and it simply shows the service is selected/purchased by users when he/she presses it.