From 11980519c2cbf871c803ec9d3125520cb87cae1a Mon Sep 17 00:00:00 2001 From: xuchao Date: Tue, 29 Nov 2016 14:11:39 +0800 Subject: [PATCH] Modify the invalid url Change-Id: I97f4f67bf26a23d8971b4531c1b911753e44ef73 --- refstack_client/refstack_client.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/refstack_client/refstack_client.py b/refstack_client/refstack_client.py index fb73e91..240df5a 100755 --- a/refstack_client/refstack_client.py +++ b/refstack_client/refstack_client.py @@ -317,7 +317,8 @@ class RefstackClient: def _form_result_content(self, cpid, duration, results): '''This method will create the content for the request. The spec at - github.com/openstack/refstack/blob/master/specs/approved/api-v1.md. + 'https://github.com/openstack/refstack/blob/master/specs/prior' + '/implemented/api-v1.md'. defines the format expected by the API.''' content = {} content['cpid'] = cpid