[Openstack] [Neutron] - Integration Ryu and OpenStack

2018-06-01 Thread Matheus Wagner
Good evening. My name is Matheus, I am a master's student at the Federal University of Bahia (UFBA) in Brazil. I am studying about OpenStack to do its integration with SDN, using the OpenFlow Ryu controller. In my experiments, I use the OpenStack version of Libert and created a VM with Ubuntu serve

Re: [Openstack] cinder-volume can not live migration

2018-06-01 Thread Erlon Cruz
Hi Cheung, Can't figure out much from your logs. Its more likely to be an LVM thing. We haven't tested this scenario, as the tests we run only tests 1GB volumes for performace reasons. But why would someone create a volume bigger than that? :P Can you open a bug on launchpad? Describing the steps

Re: [Openstack] Struggling to get the s3 api interface to work with swift.

2018-06-01 Thread Shyam Prasad N
Hi Kota, I tried with the changes you suggested. It gives me the old error again... eightkpc@objectstore1:~/s3curl$ ./s3curl.pl --debug --id=testerks -- http://s3server:8080 s3curl: Found the url: host=s3server; port=8080; uri=; query=; s3curl: s3server s3curl: s3server s3curl: ordinary endpoint s

[Openstack] designate question

2018-06-01 Thread s serge
Hello, I've configured designate to listen neutron and nova notifications and everything works fine except one thing: I can't find a way to configure reverse lookup PTR record creation for nova fixed IP when instance launches. That's work perfectly for neutron floating but not for nova. Can y

Re: [Openstack] Struggling to get the s3 api interface to work with swift.

2018-06-01 Thread Yuxin Wang
Hi Shyam, It’s like what Kota said about StringToSign. And I think the point is that the host isn't equal to one of the endpoints listed(https://github.com/scality/S3/blob/master/tests/functional/s3curl/s3curl.pl#L32

Re: [Openstack] Struggling to get the s3 api interface to work with swift.

2018-06-01 Thread Kota TSUYUZAKI
Hi Shyam, > s3curl: StringToSign='PUT\n\n\nFri, 01 Jun 2018 05:47:53 > +\n/s3server/testbucket' It looks like your StringToSign doesn't include correct info for your request.(e.g. resource should be only "/testbucket") See https://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-header-based