Re: [Openstack] How to utilize Neutron independently with veths

2017-05-24 Thread duhongwei
I've test again using new name format and everything works fine. Next time before I ask, I'll remember to grep logs first. Now all the details I need to know seems clear to me. Thanks for your patient and help, Kevin and other folks! Regards, Dastan -- Original --

[Openstack] [Swift] swift stat - 503 service unavailable

2017-05-24 Thread Naresh Kumar
Hi, My proxy-server gets authentication token from keystone but getting 503 service unavailable error while calling " curl -i http://127.0.0.1:8080/v1/AUTH_252f9f2613b34baab0f0d6dd93f974e8?format=json -X GET -H "X-Auth-Token: 8e6e9915a48b4408a114e30303a1dd97" My proxy-server.conf file config : [DE

Re: [Openstack] Unable to upload a file into OpenStack Swift because of "[Errno 13] Permission denied"

2017-05-24 Thread Christian Baun
Hello John, Your "Swift on PI" instructions helped me a lot when I started my attempt to get Swift running on the RPi3. I documented here what I did: https://github.com/christianbaun/s3perf/wiki/Swift-on-a-Raspberry-Pi-3-with-Raspbian-(Debian-Jessie-8.0) I use the user pi and specified this in a

Re: [Openstack] How to utilize Neutron independently with veths

2017-05-24 Thread Kevin Benton
Yes, it's looking for a bridge name that has qvb + short port UUID and a device name of tap + short port UUID. https://github.com/openstack/neutron/blob/master/neutron/agent/linux/iptables_firewall.py#L868-L872 I would grep the openvswitch agent logs for the short port UUID to see if it's failin

[Openstack] ISO Certification

2017-05-24 Thread Georgios Dimitrakakis
I was wondering if there are any documents or other information available out there regarding ISO certification standards and OpenStack. I understand that ISO27017 and/or ISO27018 refer to Cloud Computing and that they are based on ISO27001/2. So in terms of OpenStack are there any checklists

Re: [Openstack] Company Role Identification

2017-05-24 Thread Ed Leafe
On May 22, 2017, at 7:41 AM, TanXin <746534...@qq.com> wrote: > > I am doing a research about company role in OpenStack developing activities. > I wonder to know if I use the domain of commit author email is feasible and > meaningful. > I need your feedback or suggestions. A better source might

Re: [Openstack] How to utilize Neutron independently with veths

2017-05-24 Thread Dmitrii Sutiagin
Right, my bad, Nova only did this a long time ago with nova-network network types... Surely it's handled by Neutron nowadays. In my Fuel 9.0-based lab neutron-openvswitch-agent service is managing the rules. I can erase some VM rules, restart the agent (while nova-compute is stopped - to ensure it

[Openstack] [infra] lists.openstack.org maintenance Friday, May 26 20:00-21:00 UTC

2017-05-24 Thread Jeremy Stanley
The Mailman listserv on lists.openstack.org will be offline for an archive-related maintenance for up to an hour starting at 20:00 UTC May 26, this coming Friday. This activity is scheduled for a relatively low-volume period across our lists; during this time, most messages bound for the server wil

Re: [Openstack] Unable to upload a file into OpenStack Swift because of "[Errno 13] Permission denied"

2017-05-24 Thread John Dickinson
On 24 May 2017, at 5:47, Christian Baun wrote: > Hello all, > > I tried again to install Swift only ontop of a Raspberry Pi 3 with So, first off, I think that's really cool. I tried something like this a while back, too. https://github.com/notmyname/swift_on_pi However, you can see that since

[Openstack] Fwd: Unable to upload a file into OpenStack Swift because of "[Errno 13] Permission denied"

2017-05-24 Thread Christian Baun
Hello all, I tried again to install Swift only ontop of a Raspberry Pi 3 with Rapbian and I followed this time the instructions "SAIO - Swift All In One" https://docs.openstack.org/developer/swift/development_saio.html The installation went well and the service is running, but I still cannot upl

[Openstack] Controller system is unable to ping gateway of self-service network gateway

2017-05-24 Thread Muhammad Asif
Hi, I am trying to deploy openstack OCATA. Everything is fine. I can ping instances and gateway of provider network but i am unable to ping gateway of self-service network and so as instances. Further, why self-service network is created after runnig . demo-openrc. and provider network created af

Re: [Openstack] How to utilize Neutron independently with veths

2017-05-24 Thread duhongwei
Dmitry Sutyagin also replied, quote: Afaik, iptables are set by Nova, and the driver is set via firewall_driver option in nova.conf After some investigation, I am thinking both Nova and Neutron provide security_group implementation, while Nova operates on vm granularity and Neuton operates o