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
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
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 + 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
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
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
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
>
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
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