Re: [Openstack] ML2 Plugin and vif_type=binding_failed

2014-06-19 Thread Mark Kirkwood
He did this: $ cat /etc/neutron/neutron.conf ... [database] # set in plugin #connection = $ cat /etc/neutron/plugins/ml2/ml2_conf.ini ... [database] connection = mysql://neutron:password@127.0.0.1/neutron Then (re)initialize the various db structures and restart all neutron daemons: $ neutr

Re: [Openstack] ML2 Plugin and vif_type=binding_failed

2014-06-19 Thread Raphael Ribeiro
Hi Heiko, what was wrong with the ml2 config? Can you post here? I'm having the same problem,. Thanks! 2014-06-17 9:51 GMT-03:00 Heiko Krämer : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi Akesh, > > you're right on the controller host was the ml2 config not correct -.- > my false.

[Openstack] Creating an instance with a specified name with euca2ools

2014-06-19 Thread Franck Dernoncourt
Hi, I created 4 instances on OpenStack with euca2ools using euca-run-instances -k Franck -n 4 ami-0023f. The created instances have the following instance names (as listed on OpenStack's Horizon web interface): - Server b00b1b04-e9f9-4582-86ca-f5773a465f42-b00b1b04-e9f9-4582-86ca-f5773a465f42

Re: [Openstack] SPICE console for OpenStack Havana

2014-06-19 Thread Martinx - ジェームズ
Hey Foss, Here is how I'm using SPICE Consoles but, with IceHouse: Controller Node (nova.conf): --- [DEFAULT] vnc_enabled = False novnc_enabled = False # SPICE configuration - Proxy Dual-Stacked [spice] enabled = True spicehtml5proxy_host = :: html5proxy_base_url = http://controller-1.mydomain.c

[Openstack] SPICE console for OpenStack Havana

2014-06-19 Thread foss geek
I am refering ( http://joshrestivo.com/?p=32 ) to setup the Spice protocol to use in place of VNC, but for some reason I can not get it to work. I have configured my nova.conf like so: I am using OpenStack Havana. *I). Configuration in Controller Node :* # cat /etc/redhat-release CentOS release

Re: [Openstack] Support options

2014-06-19 Thread Jasper Aikema
Hi Ian, I'm a OpenStack consultant from the Netherlands and can give you commercial support for large and small deployment. Can I help you with something? Kind regards, Jasper Aikema OpenStack consultant at JA (http://ja-hosting.eu) op 19-06-14 13:27, Ian Marshall schreef: > Hi > > Does anyon

Re: [Openstack] Support options

2014-06-19 Thread John Griffith
On Thu, Jun 19, 2014 at 5:27 AM, Ian Marshall wrote: > Hi > > Does anyone know of any companies offering commercial support for small > deployments - 4 nodes and manual deployment of Icehouse. > > Regards > Ian > ___ > Mailing list: > http://lists.opens

[Openstack] Failed to load transport driver "rabbit" - icehouse

2014-06-19 Thread james
Hi anyone experiencing this problem when starting glance-api - Upgrading to Icehouse on ubuntu 12.04 - using packages from ubuntu cloud archive. I have rpc_backend=rabbit in the glance api config but get the following error in the logs. *2014-06-19 16:40:45.377 32168 TRACE glance Traceback (most

[Openstack] [OSSA 2014-020] XSS in Swift requests through WWW-Authenticate header (CVE-2014-3497)

2014-06-19 Thread Tristan Cacqueray
OpenStack Security Advisory: 2014-020 CVE: CVE-2014-3497 Date: June 19, 2014 Title: XSS in Swift requests through WWW-Authenticate header Reporter: Globo.com Security Team Products: Swift Versions: 1.11.0 to 1.13.1 Description: Globo.com Security Team reported a vulnerability in Swift's header val

Re: [Openstack] GRE tunnel

2014-06-19 Thread Akilesh K
The NIC card in your machine would not accept packets not belonging to its own mac address unless you set it in promiscuous mode. This is necessary in Openstack because the host is often dealing with the packets destined for the vms. If the interfaces are not in promiscuous they shall be dropped.

Re: [Openstack] GRE tunnel

2014-06-19 Thread yalla.gnan.kumar
Hi, Thanks for the reply. What is the use of promiscuous mode in openstack ? Thanks Kumar From: Akilesh K [mailto:akilesh1...@gmail.com] Sent: Thursday, June 19, 2014 5:28 PM To: Gnan Kumar, Yalla; openstack@lists.openstack.org Subject: Re: [Openstack] GRE tunnel Openstack support multi tenan

[Openstack] GRE tunnel

2014-06-19 Thread yalla.gnan.kumar
Hi All, What is the requirement of GRE tunneling in openstack ? Why the VMs have to communicate only through GRE tunnels ? Thanks Kumar This message is for the designated recipient only and may contain privileged, proprietary, or otherwise confidential infor

Re: [Openstack] GRE tunnel

2014-06-19 Thread Akilesh K
Openstack support multi tenant networks. That means two tenants may use the same network space. There must be some other way to isolate the networks of different tenants. So every network in Openstack is assigned a special segmentation id. In case of gre the segmentation id is the tunnel id. In cas

Re: [Openstack] [Nova] get-vnc-console command do not work

2014-06-19 Thread Jitendra Bhaskar
Thanks Wangpan, that's the reference. On Thu, Jun 19, 2014 at 2:50 PM, Wangpan wrote: > Hi chenli, > You can get some information from this page: > > http://docs.openstack.org/admin-guide-cloud/content/getting-started-with-vnc-proxy.html > > > 2014-06-19 17:18 (UTC+8) > Wangpan > > - Origi

[Openstack] Support options

2014-06-19 Thread Ian Marshall
Hi Does anyone know of any companies offering commercial support for small deployments - 4 nodes and manual deployment of Icehouse. Regards Ian ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lis

Re: [Openstack] [Nova] get-vnc-console command do not work

2014-06-19 Thread Jitendra Bhaskar
Hi Li, On *api node* please use the config on nova.conf vncserver_listen = 0.0.0.0 vncserver_proxyclient_address = 0.0.0.0 novncproxy_port=6080 novnc_enabled=true novncproxy_base_url=http://public_ip_of_controller:6080/vnc_auto.html On *compute node* update nova.conf as : vnc_enabled = True vnc

[Openstack] [Nova] get-vnc-console command do not work

2014-06-19 Thread Li, Chen
Hi list, I'm working under CentOS with icehouse. I'm trying to enable VNC console for instances. While my api node has 2 physical NICs, one with IP 172.16.24.2, another one with IP 192.168.40.121. The compute node has only one NIC with IP 192.168.40.127. I configured nova.conf on api node with