You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tricircle/devstack
yinxiulin 67afce7e26 Nova_APIGW Server Action Support(part1)
1. What is the problem
   The current Nova_APIGW does not support following server actions:
   os-start: Start server
   os-stop: Stop server
   lock: Locks a server
   unlock: Unlocks a locked server
   pause: Pause server
   unpause: Unpause server
   resume: Resumes a suspended server and changes its status to ACTIVE
   suspend: Suspend a server
   shelve: Shelves a server
   unshelve: Shelves a server
   shelveOffload: Shelf-offloads, or removes, a shelved server
   migrate: Migrates a server to a host. The scheduler chooses the host.
   forceDelete: Force-deletes a server before deferred cleanup
   trigger_crash_dump: Trigger a crash dump in a server

2. What is the solution to the problem
   Implement the above server action

3. What the features need to be implemented to the Tricircle
   to realize the solution
   Add the above server action

Change-Id: I6a65938f1797380a896efe8f6aaed6a1903c82ca
7 years ago
..
admin-openrc.sh Merge the verify scripts 7 years ago
local.conf.node_1.sample L3 North-South Networking 7 years ago
local.conf.node_2.sample Update readme 7 years ago
local.conf.sample Fix regex expresion error in integration test 7 years ago
plugin.sh Nova_APIGW Server Action Support(part1) 7 years ago
settings Move statless design from experiment to master branch 7 years ago
verify_cross_pod_install.sh Merge the verify scripts 7 years ago
verify_top_install.sh Merge the verify scripts 7 years ago