[Openstack] openstack havana with neutron can't ping instance

2014-03-16 Thread Anatoly Oreshkin
Hello, I've installed OpenStack Havana with Neutron all-in-one on single node under Scientific Linux 6.4 having multiple NICs Specifically eth0 with public network 212.190.96.128/27 and eth2 with internal network 192.168.1.0/24 All openstack components were installed on ip address 212.190.96.14

Re: [Openstack] openstack havana with neutron can't ping instance

2014-03-16 Thread Remo Mattei
Did you open the security group for icmp? Inviato da iPhone > Il giorno Mar 16, 2014, alle ore 10:36, "Anatoly Oreshkin" > ha scritto: > > Hello, > > I've installed OpenStack Havana with Neutron all-in-one on single node under > Scientific Linux 6.4 > having multiple NICs Specifically eth0

Re: [Openstack] openstack havana with neutron can't ping instance

2014-03-16 Thread Anatoly Oreshkin
In dashboad in Access & Security I see default security group which is as follows Security Group Rules Add Rule Direction Ether Type IP Protocol Port Range Remote Actions Ingress IPv4Any - default Egress

[Openstack] Date Correction: OpenStack Northwest User Group Meetup this Thu Mar 20 in Portland

2014-03-16 Thread Al Kari (DetaCloud)
OpenStack + Ceph = A match made in heaven Thursday Mar 20, 2014 @ 6:30PM PST Jama Software (South) 334 NW 11th Ave, Portland, OR You don't get too many second chances in life, but if you missed Ian Colle's presentation in Denver this February, and you happen to be in Portland on March 20th, then

[Openstack] neutron switching plugins

2014-03-16 Thread Xu (Simon) Chen
Hi folks, I am wondering if there is a proper process to switch the plugin of Neutron. More specifically, I have a site running with the original OVS plugin, and I want to migrate to the ML2 plugin. Since OVS has its own database and ML2 would likely use another DB, I am not sure if the ML2 DB wou

Re: [Openstack] Using endpoint filtering

2014-03-16 Thread Yee, Guang
Hi Craig, I don't think we have implemented it in python-keystoneclient yet. It's on our todo list. Since you mentioned curl, are you looking to use CLI to setup the project-endpoint associations? Guang From: Craig A Lee [mailto:[email protected]] Sent: Saturday, March 1

Re: [Openstack] openstack havana with neutron can't ping instance

2014-03-16 Thread Anatoly Oreshkin
But on other machine under Scientific Linux 6.4 with OpenStack Neutron, and the same configuration and default security group I can ping an instance. Only difference is that machine is with 1 NIC rather than multiple ones. > No that is not correct. You need to open icmp > > Inviato da iPhone >

Re: [Openstack] openstack havana with neutron can't ping instance

2014-03-16 Thread Anatoly Oreshkin
I've added to default security group the following . keystonerc_demo ~(keystone_demo)]# neutron security-group-rule-create --protocol icmp --direction ingress default ~(keystone_demo)]# neutron security-group-rule-create --protocol tcp --port-range-min 22 --port-range-max 22 --direction ingres

Re: [Openstack] neutron switching plugins

2014-03-16 Thread Damon Wang
Hi Simon, As far as I know, ovs become a driver of ml2, you can use ovs or linuxbridge or other drivers under ml2, but I don't think ovs plugin can work well with ml2 plugin. hope it helps Damon 2014-03-17 10:53 GMT+08:00 Xu (Simon) Chen : > Hi folks, > > I am wondering if there is a proper pr