Updated action's descriptions

Ticket: none
Change-Id: I38cc617bf946f7634be7448abd3ccdd4f554cd1b
Signed-off-by: Junaid Ali <junaidali@plumgrid.com>
This commit is contained in:
Junaid Ali 2016-08-29 12:38:06 +05:00
parent a950006f3d
commit b96f866a74
2 changed files with 4 additions and 4 deletions

View File

@ -3,6 +3,6 @@ restart-pg:
sapi-post-ips: sapi-post-ips:
description: Post PLUMgrid nodes IPs to Solutions API server. description: Post PLUMgrid nodes IPs to Solutions API server.
sapi-post-zone-info: sapi-post-zone-info:
description: Post Zone info to Solutions API server. description: Post PLUMgrid Zone info to Solutions API server.
sapi-post-license: sapi-post-license:
description: Post PLUMgrid License to Solutions API server. description: Post PLUMgrid License to Solutions API server.

View File

@ -23,21 +23,21 @@ def restart_pg(args):
def post_ips(args): def post_ips(args):
""" """
POST plumgrid nodes IPs to solutions api server. POST PLUMgrid nodes IPs to solutions api server.
""" """
sapi_post_ips() sapi_post_ips()
def post_zone_info(args): def post_zone_info(args):
""" """
POST zone information to solutions api server POST PLUMgrid zone information to solutions api server
""" """
sapi_post_zone_info() sapi_post_zone_info()
def post_license(args): def post_license(args):
""" """
POST PLUMgrid License to solutions api server POST PLUMgrid License key to solutions api server
""" """
sapi_post_license() sapi_post_license()