Patching existing HTTPS service not working

Change-Id: Id3f4c684dcaa851d31b579b3975eb4a73e6bbdd4
This commit is contained in:
tonytan4ever 2015-04-24 11:19:24 -04:00
parent f6118ac95d
commit 658ec03278
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ class ServiceController(base.ServiceBase):
resp = self.policy_api_client.put(
self.policy_api_base_url.format(
configuration_number=(
self.driver.http_conf_number),
configuration_number),
policy_name=dp),
data=json.dumps(policy_content),
headers=self.request_header)