Update Promenade Operator

Change-Id: Id93fe3e0f3b4bf7030ad9994a982b8b99ef137ad
This commit is contained in:
Anthony Lin 2018-02-12 16:29:07 +00:00
parent 62ae9a6aa5
commit 3dadaf4cb5
1 changed files with 4 additions and 3 deletions

View File

@ -89,9 +89,10 @@ class PromenadeOperator(BaseOperator):
# Retrieve Endpoint Information
svc_type = 'kubernetesprovisioner'
context['svc_endpoint'] = ucp_service_endpoint(self,
svc_type=svc_type)
logging.info("Promenade endpoint is %s", context['svc_endpoint'])
promenade_svc_endpoint = ucp_service_endpoint(self,
svc_type=svc_type)
logging.info("Promenade endpoint is %s", promenade_svc_endpoint)
# Promenade API Call
# Drain node using Promenade