fixing typo errors

Fixes #1
This commit is contained in:
jmlim 2018-09-14 16:55:47 +09:00
parent 9083907bed
commit ab10cacdca
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ vms = VM_info
# Stella-OpenStack API list
# /stella : Check status of Stella scheduler and Stella-OpenStack
# /stella/vms : Returns the list of VMs and information of each VMs
# /stella/hypervisor : Returns the list of VMs and information of each VMs
# /stella/hypervisor : Returns Hypervisor IP address
@app.route('/stella/', methods=['GET'])
def StellaAPI_Status():
return "Stella-OpenStack is ON"