<div dir="ltr"><div>Hi Kota,</div><div><br></div><div>Thanks for the response. <br></div><div>When I specify the URL as <a href="http://s3server:8080/testbucket">http://s3server:8080/testbucket</a>, it throws back a SignatureDoesNotMatch error. <br></div><div><br></div><div>eightkpc@objectstore1:~/s3curl$ ./<a href="http://s3curl.pl">s3curl.pl</a> --debug --id=testerks --createBucket -- <a href="http://s3server:8080/testbucket">http://s3server:8080/testbucket</a><br>s3curl: Found the url: host=s3server; port=8080; uri=/testbucket; query=;<br>s3curl: cname endpoint signing case<br>s3curl: StringToSign='PUT\n\n\nFri, 01 Jun 2018 05:47:53 +0000\n/s3server/testbucket'<br>s3curl: exec curl -v -H 'Date: Fri, 01 Jun 2018 05:47:53 +0000' -H 'Authorization: AWS 76498e1413284b9d961d452db608dff4:uzQs5hJOnwY4dyFk0PIxHHwmVcA=' -L -H 'content-type: ' --data-binary  -X PUT <a href="http://s3server:8080/testbucket">http://s3server:8080/testbucket</a><br>*   Trying 20.20.20.229...<br>* TCP_NODELAY set<br>* Connected to s3server (20.20.20.229) port 8080 (#0)<br>> PUT /testbucket HTTP/1.1<br>> Host: s3server:8080<br>> User-Agent: curl/7.58.0<br>> Accept: */*<br>> Date: Fri, 01 Jun 2018 05:47:53 +0000<br>> Authorization: AWS 76498e1413284b9d961d452db608dff4:uzQs5hJOnwY4dyFk0PIxHHwmVcA=<br>> Content-Length: 0<br>> <br>< HTTP/1.1 403 Forbidden<br>< x-amz-id-2: tx5c2ac9ea26a046ac96e4d-005b10de09<br>< x-amz-request-id: tx5c2ac9ea26a046ac96e4d-005b10de09<br>< Content-Type: application/xml<br>< X-Trans-Id: tx5c2ac9ea26a046ac96e4d-005b10de09<br>< X-Openstack-Request-Id: tx5c2ac9ea26a046ac96e4d-005b10de09<br>< Date: Fri, 01 Jun 2018 05:47:53 GMT<br>< Transfer-Encoding: chunked<br>* HTTP error before end of send, stop sending<br>< <br><?xml version='1.0' encoding='UTF-8'?><br>* Closing connection 0<br><Error><Code>SignatureDoesNotMatch</Code><Message>The request signature we calculated does not match the signature you provided. Check your key and signing method.</Message><RequestId>tx5c2ac9ea26a046ac96e4d-005b10de09</RequestId></Error></div><div><br></div><div>Regards,<br></div><div>Shyam<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jun 1, 2018 at 11:02 AM, Kota TSUYUZAKI <span dir="ltr"><<a href="mailto:tsuyuzaki.kota@lab.ntt.co.jp" target="_blank">tsuyuzaki.kota@lab.ntt.co.jp</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Shyam,<br>
<br>
You should specify the path starts from bucket. It will be like<br>
<br>
<a href="http://20.20.20.229:8080/testBucket" rel="noreferrer" target="_blank">http://20.20.20.229:8080/<wbr>testBucket</a><br>
<br>
assuming you didn't configure virtual-hosted style.<br>
Even if your *Swift* endpoint is <a href="http://20.20.20.229:8080/v1/AUTH_dc86f7d8787b46158268bd77098b6578" rel="noreferrer" target="_blank">http://20.20.20.229:8080/v1/<wbr>AUTH_<wbr>dc86f7d8787b46158268bd77098b65<wbr>78</a>,<br>
swift3 doesn't require the account in the path so far as well as actual amazon s3.<br>
<br>
Best,<br>
Kota<br>
<div><div class="h5"><br>
(2018/05/31 21:33), Shyam Prasad N wrote:<br>
> Hi Yuxin,<br>
> <br>
> Thank you for sharing your configs.<br>
> So I've managed to get past the Signature not matching error.<br>
> <br>
> Now the error is different. InvalidbucketName:<br>
> <br>
> eightkpc@objectstore1:~/<wbr>s3curl$ ./<a href="http://s3curl.pl" rel="noreferrer" target="_blank">s3curl.pl</a> --debug --id=testerks<br>
> --createBucket --<br>
> <a href="http://20.20.20.229:8080/v1/AUTH_dc86f7d8787b46158268bd77098b6578/testBucket" rel="noreferrer" target="_blank">http://20.20.20.229:8080/v1/<wbr>AUTH_<wbr>dc86f7d8787b46158268bd77098b65<wbr>78/testBucket</a><br>
> s3curl: Found the url: host=20.20.20.229; port=8080;<br>
> uri=/v1/AUTH_<wbr>dc86f7d8787b46158268bd77098b65<wbr>78/testBucket; query=;<br>
> s3curl: cname endpoint signing case<br>
> s3curl: StringToSign='PUT\n\n\nThu, 31 May 2018 12:02:57 +0000\n/<br>
> <a href="http://20.20.20.229/v1/AUTH_dc86f7d8787b46158268bd77098b6578/testBucket" rel="noreferrer" target="_blank">20.20.20.229/v1/AUTH_<wbr>dc86f7d8787b46158268bd77098b65<wbr>78/testBucket</a>'<br>
> s3curl: exec curl -v -H 'Date: Thu, 31 May 2018 12:02:57 +0000' -H<br>
> 'Authorization: AWS<br>
> 76498e1413284b9d961d452db608df<wbr>f4:jj/kaAEuX/vK+<wbr>WUTvZyDQUUEGV0=' -L -H<br>
> 'content-type: ' --data-binary  -X PUT<br>
> <a href="http://20.20.20.229:8080/v1/AUTH_dc86f7d8787b46158268bd77098b6578/testBucket" rel="noreferrer" target="_blank">http://20.20.20.229:8080/v1/<wbr>AUTH_<wbr>dc86f7d8787b46158268bd77098b65<wbr>78/testBucket</a><br>
> *   Trying 20.20.20.229...<br>
> * TCP_NODELAY set<br>
> * Connected to 20.20.20.229 (20.20.20.229) port 8080 (#0)<br>
>> PUT /v1/AUTH_<wbr>dc86f7d8787b46158268bd77098b65<wbr>78/testBucket HTTP/1.1<br>
>> Host: <a href="http://20.20.20.229:8080" rel="noreferrer" target="_blank">20.20.20.229:8080</a><br>
>> User-Agent: curl/7.58.0<br>
>> Accept: */*<br>
>> Date: Thu, 31 May 2018 12:02:57 +0000<br>
>> Authorization: AWS<br>
> 76498e1413284b9d961d452db608df<wbr>f4:jj/kaAEuX/vK+<wbr>WUTvZyDQUUEGV0=<br>
>> Content-Length: 0<br>
>><br>
> < HTTP/1.1 400 Bad Request<br>
> < x-amz-id-2: tx18266052d5044eb2a3bc7-<wbr>005b0fe471<br>
> < x-amz-request-id: tx18266052d5044eb2a3bc7-<wbr>005b0fe471<br>
> < Content-Type: application/xml<br>
> < X-Trans-Id: tx18266052d5044eb2a3bc7-<wbr>005b0fe471<br>
> < X-Openstack-Request-Id: tx18266052d5044eb2a3bc7-<wbr>005b0fe471<br>
> < Date: Thu, 31 May 2018 12:02:57 GMT<br>
> < Transfer-Encoding: chunked<br>
> * HTTP error before end of send, stop sending<br>
> <<br>
> <?xml version='1.0' encoding='UTF-8'?><br>
> * Closing connection 0<br>
> <Error><Code><wbr>InvalidBucketName</Code><<wbr>Message>The specified bucket is not<br>
> valid.</Message><RequestId><wbr>tx18266052d5044eb2a3bc7-<wbr>005b0fe471</RequestId><<wbr>BucketName>v1</BucketName></<wbr>Error>eightkpc@objectstore1:~/<wbr>s3curl$<br>
> <br>
> <br>
> My specified endpoint is<br>
> <a href="http://20.20.20.229:8080/v1/AUTH_dc86f7d8787b46158268bd77098b6578" rel="noreferrer" target="_blank">http://20.20.20.229:8080/v1/<wbr>AUTH_<wbr>dc86f7d8787b46158268bd77098b65<wbr>78</a><br>
> What am I doing wrong?<br>
> <br>
> Regards,<br>
> Shyam<br>
> <br>
> On Wed, May 30, 2018 at 7:32 PM, Yuxin Wang <<a href="mailto:wang.yuxin@ostorage.com.cn">wang.yuxin@ostorage.com.cn</a>><br>
> wrote:<br>
> <br>
>> Hi Shyam,<br>
>><br>
>> No problem. The output of the commands is attached.<br>
>><br>
>> And my test cluster is on Swift v2.15.1 with Swift3 v1.12<br>
>><br>
>> Also, here is the common process when I'm creating an S3 credential and<br>
>> using in s3curl. Hope it helps.<br>
>><br>
>> 1. Create a user and a project, and assign a proper role.<br>
>><br>
>> openstack project create testproject<br>
>> openstack user create testuser --password 123<br>
>> openstack role add --project testproject --user testuser _member_<br>
>><br>
>> 2. Check accessibility to swift<br>
>><br>
>> create a test-openrc file with above info<br>
>> source test-openrc<br>
>> swift list<br>
>><br>
>> 3.Create a credential<br>
>><br>
>> openstack credential create --type ec2 --project testproject testuser<br>
>>  '{"access": "testaccess", "secret": "testsecret"}'<br>
>><br>
>> 4. Use it in s3curl<br>
>><br>
>> add the endpoint url to `my @endpoints` in <a href="http://s3curl.pl" rel="noreferrer" target="_blank">s3curl.pl</a><br>
>> add the credential to .s3curl config file<br>
>><br>
>> do `<a href="http://s3curl.pl" rel="noreferrer" target="_blank">s3curl.pl</a> -i cred_name --debug -- <a href="http://endpoint" rel="noreferrer" target="_blank">http://endpoint</a> -X GET`<br>
>><br>
>><br>
>><br>
>><br>
>> 在 2018年5月25日,18:17,Shyam Prasad N <<a href="mailto:nspmangalore@gmail.com">nspmangalore@gmail.com</a>> 写道:<br>
>><br>
>> Hi Yuxin,<br>
>><br>
>> If you don't mind, can you share the output of the following commands in<br>
>> your running swift3 setup?<br>
>><br>
>> openstack credential list<br>
>> openstack ec2 credentials list<br>
>> cat /etc/swift/proxy-server.conf<br>
>><br>
>> Also, what are the access keys and secret keys that you use?<br>
>> I want to make sure that I'm not missing anything in configuration.<br>
>><br>
>> Regards,<br>
>> Shyam<br>
>><br>
>> On Fri, May 25, 2018 at 3:05 PM, Shyam Prasad N <<a href="mailto:nspmangalore@gmail.com">nspmangalore@gmail.com</a>><br>
>> wrote:<br>
>><br>
>>> Tried that. Unfortunately same error.<br>
>>> Is there anything I can do to troubleshoot this?<br>
>>><br>
>>> On Fri, May 25, 2018 at 2:56 PM, Yuxin Wang <<a href="mailto:wang.yuxin@ostorage.com.cn">wang.yuxin@ostorage.com.cn</a>><br>
>>> wrote:<br>
>>><br>
>>>> They can be any strings.<br>
>>>><br>
>>>> Replace them with whatever you want.<br>
>>>><br>
>>>> - Yuxin<br>
>>>><br>
>>>> 在 2018年5月25日,14:57,Shyam Prasad N <<a href="mailto:nspmangalore@gmail.com">nspmangalore@gmail.com</a>> 写道:<br>
>>>><br>
>>>> Thanks. I'll try this.<br>
>>>> But what values do I use in place of ak and sk? I want to use some<br>
>>>> command to get those values, right?<br>
>>>><br>
>>>> On Fri, May 25, 2018 at 9:52 AM, Yuxin Wang <<a href="mailto:wang.yuxin@ostorage.com.cn">wang.yuxin@ostorage.com.cn</a>><br>
>>>>  wrote:<br>
>>>><br>
>>>>> I created ec2 credentials using command `openstack credential create`.<br>
>>>>><br>
>>>>> i.e.<br>
>>>>><br>
>>>>> openstack credential create --type ec2 --project proj user '{"access":<br>
>>>>> "ak", "secret": "sk”}'<br>
>>>>><br>
>>>>><br>
>>>>> It seems the two credentials are not the same thing.<br>
>>>>><br>
>>>>> Ref:<br>
>>>>><br>
>>>>> <a href="https://www.ibm.com/support/knowledgecenter/en/STXKQY_4.1.1/" rel="noreferrer" target="_blank">https://www.ibm.com/support/<wbr>knowledgecenter/en/STXKQY_4.1.<wbr>1/</a><br>
>>>>> com.ibm.spectrum.scale.v4r11.<wbr>adv.doc/bl1adv_<wbr>ConfigureOpensta<br>
>>>>> ckEC2credentials.htm<br>
</div></div>>>>>> <<a href="https://nam05.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.ibm.com%2Fsupport%2Fknowledgecenter%2Fen%2FSTXKQY_4.1.1%2Fcom.ibm.spectrum.scale.v4r11.adv.doc%2Fbl1adv_ConfigureOpenstackEC2credentials.htm&data=02%7C01%7C%7Cc6d4af73a0fd4208f9ac08d5c20f0a30%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636628292198191185&sdata=cBwi02p2zc3db3%2Bp8PDvrgAZ2%2FkqjB6wnuW%2FEt0zWPA%3D&reserved=0" rel="noreferrer" target="_blank">https://nam05.safelinks.<wbr>protection.outlook.com/?url=<wbr>https%3A%2F%2Fwww.ibm.com%<wbr>2Fsupport%2Fknowledgecenter%<wbr>2Fen%2FSTXKQY_4.1.1%2Fcom.ibm.<wbr>spectrum.scale.v4r11.adv.doc%<wbr>2Fbl1adv_<wbr>ConfigureOpenstackEC2credentia<wbr>ls.htm&data=02%7C01%7C%<wbr>7Cc6d4af73a0fd4208f9ac08d5c20f<wbr>0a30%<wbr>7C84df9e7fe9f640afb435aaaaaaaa<wbr>aaaa%7C1%7C0%<wbr>7C636628292198191185&sdata=<wbr>cBwi02p2zc3db3%2Bp8PDvrgAZ2%<wbr>2FkqjB6wnuW%2FEt0zWPA%3D&<wbr>reserved=0</a>><br>
<span class="">>>>>><br>
>>>>> 在 2018年5月25日,10:32,Shyam Prasad N <<a href="mailto:nspmangalore@gmail.com">nspmangalore@gmail.com</a>> 写道:<br>
>>>>><br>
>>>>> Yes, I did.<br>
>>>>> I don't think this is s3curl related issue, because I tried with python<br>
>>>>> AWS SDK, and got the same error.<br>
>>>>><br>
>>>>> On Fri, May 25, 2018, 07:42 Yuxin Wang <<a href="mailto:wang.yuxin@ostorage.com.cn">wang.yuxin@ostorage.com.cn</a>><br>
>>>>> wrote:<br>
>>>>><br>
>>>>>> Did you add 127.0.0.1 to the endpoint list in <a href="http://s3curl.pl" rel="noreferrer" target="_blank">s3curl.pl</a><br>
</span>>>>>>> <<a href="https://nam05.safelinks.protection.outlook.com/?url=http%3A%2F%2Fs3curl.pl%2F&data=02%7C01%7C%7Cc6d4af73a0fd4208f9ac08d5c20f0a30%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636628292198191185&sdata=nr9HL8HskZJ8OwCfpuU2pKg7%2FPnzWhTD1b4wEi02o5A%3D&reserved=0" rel="noreferrer" target="_blank">https://nam05.safelinks.<wbr>protection.outlook.com/?url=<wbr>http%3A%2F%2Fs3curl.pl%2F&<wbr>data=02%7C01%7C%<wbr>7Cc6d4af73a0fd4208f9ac08d5c20f<wbr>0a30%<wbr>7C84df9e7fe9f640afb435aaaaaaaa<wbr>aaaa%7C1%7C0%<wbr>7C636628292198191185&sdata=<wbr>nr9HL8HskZJ8OwCfpuU2pKg7%<wbr>2FPnzWhTD1b4wEi02o5A%3D&<wbr>reserved=0</a>><br>
<span class="">>>>>>> ?<br>
>>>>>><br>
>>>>>> i.e.<br>
>>>>>><br>
>>>>>> my @endpoints = (‘127.0.0.1’);<br>
>>>>>><br>
>>>>>> 在 2018年5月24日,19:48,Shyam Prasad N <<a href="mailto:nspmangalore@gmail.com">nspmangalore@gmail.com</a>> 写道:<br>
>>>>>><br>
>>>>>> Hi,<br>
>>>>>><br>
>>>>>> I've been trying to get swift3 to work for several days now. But I<br>
>>>>>> haven't managed to get it running.<br>
>>>>>> Both with tempauth and keystoneauth, I'm getting the same error:<br>
>>>>>><br>
>>>>>> eightkpc@objectstore1:~/<wbr>s3curl$ ./<a href="http://s3curl.pl" rel="noreferrer" target="_blank">s3curl.pl</a><br>
</span>>>>>>> <<a href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fs3curl.pl&data=02%7C01%7C%7C39742b8c6bf847ee381508d5c16d1b21%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636627596701206160&sdata=lZmKF41unLVD9J1ALYUv8Vkab448NOeGmcWcR56Rgxs%3D&reserved=0" rel="noreferrer" target="_blank">https://eur03.safelinks.<wbr>protection.outlook.com/?url=<wbr>http%3A%2F%2Fs3curl.pl&data=<wbr>02%7C01%7C%<wbr>7C39742b8c6bf847ee381508d5c16d<wbr>1b21%<wbr>7C84df9e7fe9f640afb435aaaaaaaa<wbr>aaaa%7C1%7C0%<wbr>7C636627596701206160&sdata=<wbr>lZmKF41unLVD9J1ALYUv8Vkab448NO<wbr>eGmcWcR56Rgxs%3D&reserved=0</a>><br>
<span class="">>>>>>>  --id=testerks -- <a href="http://127.0.0.1:8080/" rel="noreferrer" target="_blank">http://127.0.0.1:8080/</a><br>
</span>>>>>>> <<a href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2F127.0.0.1%3A8080%2F&data=02%7C01%7C%7C39742b8c6bf847ee381508d5c16d1b21%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636627596701206160&sdata=CEHEVR1HSpK0ehQ8mmOBA7fmjQsu7vjqKZda3NYVDWQ%3D&reserved=0" rel="noreferrer" target="_blank">https://eur03.safelinks.<wbr>protection.outlook.com/?url=<wbr>http%3A%2F%2F127.0.0.1%3A8080%<wbr>2F&data=02%7C01%7C%<wbr>7C39742b8c6bf847ee381508d5c16d<wbr>1b21%<wbr>7C84df9e7fe9f640afb435aaaaaaaa<wbr>aaaa%7C1%7C0%<wbr>7C636627596701206160&sdata=<wbr>CEHEVR1HSpK0ehQ8mmOBA7fmjQsu7v<wbr>jqKZda3NYVDWQ%3D&reserved=0</a>><br>
<div><div class="h5">>>>>>> <?xml version='1.0' encoding='UTF-8'?><br>
>>>>>> <Error><Code><wbr>SignatureDoesNotMatch</Code><<wbr>Message>The request<br>
>>>>>> signature we calculated does not match the signature you provided. Check<br>
>>>>>> your key and signing method.</Message><RequestId>tx<br>
>>>>>> a691e7ca97a44d56bc4c2-<wbr>005b06a292</RequestId></Error><br>
>>>>>><br>
>>>>>> May 24 11:31:30 localhost proxy-server: 127.0.0.1 127.0.0.1<br>
>>>>>> 24/May/2018/11/31/30 GET / HTTP/1.0 403 - curl/7.58.0 - - 277 -<br>
>>>>>> txa691e7ca97a44d56bc4c2-<wbr>005b06a292 - 0.0200 - - 1527161490.543112040<br>
>>>>>> 1527161490.563107014 -<br>
>>>>>> May 24 11:31:30 localhost proxy-server: STDERR: 127.0.0.1 - -<br>
>>>>>> [24/May/2018 11:31:30] "GET / HTTP/1.1" 403 621 0.021979 (txn:<br>
>>>>>> txa691e7ca97a44d56bc4c2-<wbr>005b06a292)<br>
>>>>>><br>
>>>>>> eightkpc@objectstore1:~$ cat .s3curl<br>
>>>>>> %awsSecretAccessKeys = (<br>
>>>>>>     tester => {<br>
>>>>>>         id => 'test:tester',<br>
>>>>>>         key => 'testing',<br>
>>>>>>     },<br>
>>>>>>     testerks => {<br>
>>>>>>         id => '<wbr>e6289a1b5692461388d0597a4873d0<wbr>54',<br>
>>>>>>         key => '<wbr>88bb706887094696b082f008ba133a<wbr>d7',<br>
>>>>>>     },<br>
>>>>>> );<br>
>>>>>><br>
>>>>>> eightkpc@objectstore1:~$ openstack ec2 credentials show<br>
>>>>>> e6289a1b5692461388d0597a4873d0<wbr>54<br>
>>>>>> +------------+----------------<wbr>------------------------------<br>
>>>>>> ------------------------------<wbr>------------------------------<br>
>>>>>> --------------------------+<br>
>>>>>> | Field      | Value<br>
>>>>>><br>
>>>>>>                                          |<br>
>>>>>> +------------+----------------<wbr>------------------------------<br>
>>>>>> ------------------------------<wbr>------------------------------<br>
>>>>>> --------------------------+<br>
>>>>>> | access     | e6289a1b5692461388d0597a4873d0<br>
>>>>>> 54<br>
>>>>>>                                          |<br>
>>>>>> | links      | {u'self': u'<a href="http://controller:5000/v3/us" rel="noreferrer" target="_blank">http://controller:5000/v3/us</a><br>
>>>>>> ers/<wbr>d7df7b56343b4ea988869fc30efeda<wbr>09/credentials/OS-EC2/e628<br>
>>>>>> 9a1b5692461388d0597a4873d054'} |<br>
>>>>>> | project_id | dc86f7d8787b46158268bd77098b65<br>
>>>>>> 78<br>
>>>>>>                                          |<br>
>>>>>> | secret     | 88bb706887094696b082f008ba133a<br>
>>>>>> d7<br>
>>>>>>                                          |<br>
>>>>>> | trust_id   | None<br>
>>>>>><br>
>>>>>>                                          |<br>
>>>>>> | user_id    | d7df7b56343b4ea988869fc30efeda<br>
>>>>>> 09<br>
>>>>>>                                          |<br>
>>>>>> +------------+----------------<wbr>------------------------------<br>
>>>>>> ------------------------------<wbr>------------------------------<br>
>>>>>> --------------------------+<br>
>>>>>><br>
>>>>>> Can someone please let me know what is going on?<br>
>>>>>><br>
>>>>>> Regards,<br>
>>>>>> Shyam<br>
>>>>>> <proxy-server.conf>___________<wbr>______________________________<wbr>______<br>
>>>>>> Mailing list: <a href="https://eur03.safelinks.protection.outlook.com/?url=" rel="noreferrer" target="_blank">https://eur03.safelinks.<wbr>protection.outlook.com/?url=</a><br>
>>>>>> http%3A%2F%<a href="http://2Flists.openstack.org" rel="noreferrer" target="_blank">2Flists.openstack.<wbr>org</a>%2Fcgi-bin%2Fmailman%<br>
>>>>>> 2Flistinfo%2Fopenstack&data=<wbr>02%7C01%7C%7C39742b8c6bf847ee3<br>
>>>>>> 81508d5c16d1b21%<wbr>7C84df9e7fe9f640afb435aaaaaaaa<br>
>>>>>> aaaa%7C1%7C0%<wbr>7C636627596701206160&sdata=KI%<wbr>2F2T2FhVQJTeX1KbI<br>
>>>>>> ObDZVDiUA3SbTq6Pplo1bc7ak%3D&<wbr>reserved=0<br>
>>>>>> Post to     : <a href="mailto:openstack@lists.openstack.org">openstack@lists.openstack.org</a><br>
>>>>>> Unsubscribe : <a href="https://eur03.safelinks.protection.outlook.com/?url=" rel="noreferrer" target="_blank">https://eur03.safelinks.<wbr>protection.outlook.com/?url=</a><br>
>>>>>> http%3A%2F%<a href="http://2Flists.openstack.org" rel="noreferrer" target="_blank">2Flists.openstack.<wbr>org</a>%2Fcgi-bin%2Fmailman%<br>
>>>>>> 2Flistinfo%2Fopenstack&data=<wbr>02%7C01%7C%7C39742b8c6bf847ee3<br>
>>>>>> 81508d5c16d1b21%<wbr>7C84df9e7fe9f640afb435aaaaaaaa<br>
>>>>>> aaaa%7C1%7C0%<wbr>7C636627596701206160&sdata=KI%<wbr>2F2T2FhVQJTeX1KbI<br>
>>>>>> ObDZVDiUA3SbTq6Pplo1bc7ak%3D&<wbr>reserved=0<br>
>>>>>><br>
>>>>>><br>
>>>>>><br>
>>>>><br>
>>>><br>
>>>><br>
>>>> --<br>
>>>> -Shyam<br>
>>>> ______________________________<wbr>_________________<br>
>>>> Mailing list: <a href="https://nam05.safelinks.protection.outlook.com/?url=" rel="noreferrer" target="_blank">https://nam05.safelinks.<wbr>protection.outlook.com/?url=</a><br>
>>>> http%3A%2F%<a href="http://2Flists.openstack.org" rel="noreferrer" target="_blank">2Flists.openstack.<wbr>org</a>%2Fcgi-bin%2Fmailman%<br>
>>>> 2Flistinfo%2Fopenstack&data=<wbr>02%7C01%7C%7Cc6d4af73a0fd4208f<br>
>>>> 9ac08d5c20f0a30%<wbr>7C84df9e7fe9f640afb435aaaaaaaa<br>
>>>> aaaa%7C1%7C0%<wbr>7C636628292198347486&sdata=<wbr>tGhHmhX%2By9RVFjl%<br>
>>>> 2B31%2BVgRiN1mD%2Fc%<wbr>2B7QLiImlGnCv98%3D&reserved=0<br>
>>>> Post to     : <a href="mailto:openstack@lists.openstack.org">openstack@lists.openstack.org</a><br>
</div></div>>>>> Unsubscribe : <a href="https://nam05.safelinks.protection.outlook.com/?url=" rel="noreferrer" target="_blank">https://nam05.safelinks.<wbr>protection.outlook.com/?url=</a><br>
>>>> http%3A%2F%<a href="http://2Flists.openstack.org" rel="noreferrer" target="_blank">2Flists.openstack.<wbr>org</a>%2Fcgi-bin%2Fmailman%<br>
>>>> 2Flistinfo%2Fopenstack&data=<wbr>02%7C01%7C%7Cc6d4af73a0fd4208f<br>
>>>> 9ac08d5c20f0a30%<wbr>7C84df9e7fe9f640afb435aaaaaaaa<br>
>>>> aaaa%7C1%7C0%<wbr>7C636628292198347486&sdata=<wbr>tGhHmhX%2By9RVFjl%<br>
<span class="">>>>> 2B31%2BVgRiN1mD%2Fc%<wbr>2B7QLiImlGnCv98%3D&reserved=0<br>
>>>><br>
>>>><br>
>>>><br>
>>><br>
>>><br>
>>> --<br>
>>> -Shyam<br>
>>><br>
>><br>
>><br>
>><br>
>> --<br>
>> -Shyam<br>
>> ______________________________<wbr>_________________<br>
>> Mailing list: <a href="https://nam05.safelinks.protection.outlook.com/?url=" rel="noreferrer" target="_blank">https://nam05.safelinks.<wbr>protection.outlook.com/?url=</a><br>
>> http%3A%2F%<a href="http://2Flists.openstack.org" rel="noreferrer" target="_blank">2Flists.openstack.<wbr>org</a>%2Fcgi-bin%2Fmailman%<br>
>> 2Flistinfo%2Fopenstack&data=<wbr>02%7C01%7C%<wbr>7C7bf3d25a540b4d402d3d08d5c22a<wbr>5c90%<br>
>> 7C84df9e7fe9f640afb435aaaaaaaa<wbr>aaaa%7C1%7C0%<wbr>7C636628409546910462&sdata=%<br>
>> 2FhXb5bRIU0kCZSDj4pJXfEkVYEtBA<wbr>pcA6OjhKHw1fMQ%3D&reserved=0<br>
</span>>> Post to     : <a href="mailto:openstack@lists.openstack.org">openstack@lists.openstack.org</a><br>
>> Unsubscribe : <a href="https://nam05.safelinks.protection.outlook.com/?url=" rel="noreferrer" target="_blank">https://nam05.safelinks.<wbr>protection.outlook.com/?url=</a><br>
>> http%3A%2F%<a href="http://2Flists.openstack.org" rel="noreferrer" target="_blank">2Flists.openstack.<wbr>org</a>%2Fcgi-bin%2Fmailman%<br>
>> 2Flistinfo%2Fopenstack&data=<wbr>02%7C01%7C%<wbr>7C7bf3d25a540b4d402d3d08d5c22a<wbr>5c90%<br>
>> 7C84df9e7fe9f640afb435aaaaaaaa<wbr>aaaa%7C1%7C0%<wbr>7C636628409546910462&sdata=%<br>
>> 2FhXb5bRIU0kCZSDj4pJXfEkVYEtBA<wbr>pcA6OjhKHw1fMQ%3D&reserved=0<br>
<div class="HOEnZb"><div class="h5">>><br>
>><br>
>><br>
>><br>
> <br>
> <br>
> <br>
> <br>
> ______________________________<wbr>_________________<br>
> Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" rel="noreferrer" target="_blank">http://lists.openstack.org/<wbr>cgi-bin/mailman/listinfo/<wbr>openstack</a><br>
> Post to     : <a href="mailto:openstack@lists.openstack.org">openstack@lists.openstack.org</a><br>
> Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" rel="noreferrer" target="_blank">http://lists.openstack.org/<wbr>cgi-bin/mailman/listinfo/<wbr>openstack</a><br>
> <br>
<br>
<br>
<br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">-Shyam</div>
</div>