Re: [Openstack] [neutron][nova] vif_plugging_is_fatal significance?

2015-02-05 Thread Kevin Benton
It's sent via http. Look for the nova_url parameter.[1] 1. https://github.com/openstack/neutron/blob/33b83554442b7c0d862a2adb0b2a8feab1185af9/etc/neutron.conf#L267 On Thu, Feb 5, 2015 at 11:10 PM, Akilesh K wrote: > Great this is what I was looking for and I was suspecting the same. After > in

Re: [Openstack] [neutron][nova] vif_plugging_is_fatal significance?

2015-02-05 Thread Kevin Benton
Nova sends a port update to Neutron after the VM has been scheduled so Neutron can know the location of the port it needs to setup in OVS. After Neutron finishes this setup, it notifies Nova that it has finished setting up the port. At this point, Nova resumes the boot of the VM since network conne

[Openstack] br-ex recreated on network restart

2015-02-05 Thread ppnaik
Hi All, As specified in this link: https://openstack.redhat.com/Neutron_with_existing_external_network network restart takes destroys and recreates br-ex which causes the router's interface in the qrouter-* netns to be deleted, and it won't be recreated without clearing and re-setting the gat

[Openstack] br-ex recreated on network restart

2015-02-05 Thread Priyanka Naik
Hi All, As specified in this link: https://openstack.redhat.com/Neutron_with_existing_external_network network restart takes destroys and recreates br-ex which causes the router's interface in the qrouter-* netns to be deleted, and it won't be recreated without clearing and re-setting the gate

[Openstack] [neutron][nova] vif_plugging_is_fatal significance?

2015-02-05 Thread Akilesh K
Hi, I have a working openstack setup. But I have some questions on how I got it working. Initially my instances failed to launch. I have updated the correct values for neutron authentication in nova.conf and correct nova authentication in neutron.conf and notify_nova on port change is true but s

Re: [Openstack] [neutron][ml2][sriov]Issues with neutron behaviour

2015-02-05 Thread Akilesh K
I do understand that and that is why I believe it should not be that way. profile should rather be populated by the sriov-nic-switch-agent that is running on the compute node. That way It is possible to do interface-attach because the profile is already populated and nova doesn't have to do it and

[Openstack] [heat] MultiNIC VM default Gateway

2015-02-05 Thread Heinonen, Johanna (NSN - FI/Espoo)
Hi, I am experimenting with heat and have a template that creates a multinic VM (3 interfaces). One interface has floating IP and connectivity outside. The problem is that I do not know how to specify the default gateway of the VM. If it is not to the network that has floating IP the connectiv

[Openstack] ERROR: neutronclient.shell Quota exceeded for resources: ['security_group']

2015-02-05 Thread masoom alam
Hi every one I am getting the following exception in the command neutron security-group-create group *ERROR: neutronclient.shell Quota exceeded for resources*: ['security_group'] Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/neutronclient/shell.py", line 692, i

Re: [Openstack] All neutron services not starting....

2015-02-05 Thread Mark Voelker
> pkg_resources.DistributionNotFound: alembic<0.6.4,>=0.4.1 What version of Alembic do you have installed? At Your Service, Mark T. Voelker On Feb 5, 2015, at 7:53 PM, masoom alam wrote: > I was testing for a bug and suddently all neutron services got corrupted. > Even the VM is soft reboote

Re: [Openstack] All neutron services not starting....

2015-02-05 Thread masoom alam
Thanks for the answer Mark: pip show alembic| grep Version *Version: 0.7.4* On Thu, Feb 5, 2015 at 6:46 PM, Mark Voelker wrote: > > pkg_resources.DistributionNotFound: alembic<0.6.4,>=0.4.1 > > What version of Alembic do you have installed? > > At Your Service, > > Mark T. Voelker > > On Fe

[Openstack] All neutron services not starting....

2015-02-05 Thread masoom alam
I was testing for a bug and suddently all neutron services got corrupted. Even the VM is soft rebooted and stack is rejoined but all neutron services are not startingAny clue how to move forward from this point on, or clean is the only way? *DHCP* python /usr/local/bin/neutron-dhcp-agent --con

[Openstack] OpenStack 2014.2.2 released

2015-02-05 Thread Chuck Short
Hello everyone, The OpenStack Stable Maintenance team is happy to announce the 2014.2.2 stable Juno release. We have been busy reviewing and accepting backported bugfixes to the stable/Juno branches according to the criteria set at: https://wiki.openstack.org/wiki/StableBranch A total of 104 bu

Re: [Openstack] [Nova][virt-driver-numa-placement]How to enbale instance with numa ?

2015-02-05 Thread Chris Friesen
On 02/05/2015 11:23 AM, Daniel P. Berrange wrote: On Thu, Feb 05, 2015 at 11:21:05AM -0600, Chris Friesen wrote: On 02/05/2015 10:32 AM, Daniel P. Berrange wrote: On Thu, Feb 05, 2015 at 10:28:56AM -0600, Chris Friesen wrote: For what it's worth, I was able to make hugepages work with an old

Re: [Openstack] [Nova][virt-driver-numa-placement]How to enbale instance with numa ?

2015-02-05 Thread Chris Friesen
On 02/05/2015 10:32 AM, Daniel P. Berrange wrote: On Thu, Feb 05, 2015 at 10:28:56AM -0600, Chris Friesen wrote: For what it's worth, I was able to make hugepages work with an older qemu by commenting out two lines in virt.libvirt.config.LibvirtConfigGuestMemoryBacking.format_dom() def f

Re: [Openstack] [Nova][virt-driver-numa-placement]How to enbale instance with numa ?

2015-02-05 Thread Daniel P. Berrange
On Thu, Feb 05, 2015 at 11:21:05AM -0600, Chris Friesen wrote: > On 02/05/2015 10:32 AM, Daniel P. Berrange wrote: > >On Thu, Feb 05, 2015 at 10:28:56AM -0600, Chris Friesen wrote: > > >>For what it's worth, I was able to make hugepages work with an older qemu by > >>commenting out two lines in >

Re: [Openstack] error in creating external network

2015-02-05 Thread Chris Buccella
> Unable to establish connection to http://10.107.0.139:9696/v2.0/networks.json > 10.107.0.139 is IP of Horizon It's probably also the IP of other services. 9696 is neutron's port number. Check that you have neutron running. If it is running, then your keystone endpoint for neutron is probably wro

Re: [Openstack] [Nova][virt-driver-numa-placement]How to enbale instance with numa ?

2015-02-05 Thread Daniel P. Berrange
On Thu, Feb 05, 2015 at 10:28:56AM -0600, Chris Friesen wrote: > On 02/04/2015 06:48 PM, Steve Gordon wrote: > >- Original Message - > >>From: "Chris Friesen" > > >>Setting that aside, there's another topic. I haven't actually specified > >>NUMA bindings, only huge pages, so does it reall

Re: [Openstack] [Nova][virt-driver-numa-placement]How to enbale instance with numa ?

2015-02-05 Thread Chris Friesen
On 02/04/2015 06:48 PM, Steve Gordon wrote: - Original Message - From: "Chris Friesen" Setting that aside, there's another topic. I haven't actually specified NUMA bindings, only huge pages, so does it really make sense to require a quemu with numa binding capability? Dan can proba

[Openstack] [Nova] Where could I find images for LXC?

2015-02-05 Thread Dmitry Guryanov
Hello, Where do people obtain glance images for nova/lxc? Cloud images for KVM can't run in LXC container because first, image should be slightly modified (because it doesn't have its own kernel) and also it should be single FS, not an image with partition table. The only way which I found t

[Openstack] error in creating external network

2015-02-05 Thread Janki Chhatbar
I am getting the following error when I give this command neutron net-create ext-net --shared --router:external=True error is: Unable to establish connection to http://10.107.0.139:9696/v2.0/networks.json 10.107.0.139 is IP of Horizon. Janki Chhatbar M.Tech (Embedded Systems) Nirma University

Re: [Openstack] [neutron][ml2][sriov]Issues with neutron behaviour

2015-02-05 Thread Irena Berezovsky
On Thu, Feb 5, 2015 at 9:38 AM, Akilesh K wrote: > I know that vif_type is binding_failed on a multinode setup and I also > know why it happens. > > As for interface-attach I got it work for sriov ports and even verified it > works inside the instance. The trick was to specify profile with pci_sl

Re: [Openstack] Scheduler in Instance evacuation

2015-02-05 Thread Steve Gordon
- Original Message - > From: "Dimitri Mazmanov" > To: openstack@lists.openstack.org > > Hello, > The scheduling documentation [1] states that: > "When evacuating instances from a host, the scheduler service does not pick > the next host. Instances are evacuated to the host explicitly defi

[Openstack] [OSSN 0043] glibc 'GHOST' vulnerability can allow remote code execution

2015-02-05 Thread Nathan Kinder
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 glibc 'GHOST' vulnerability can allow remote code execution - --- ### Summary ### A serious vulnerability in the GNU C library (glibc) gethostbyname* functions can allow an attacker to perform remote code execution with the privileges of the applicati

[Openstack] not able to launch instance after integration OpenDayLight with OpenStack

2015-02-05 Thread Janki Chhatbar
I had running OPenStack 3 node architecture. I integrated OpenDayLight into it. Compute node and control node are seen in DLUX. I am also able to create router and networks in Horizon but not able to launch instances. The error is as follows: Fault -- MessageNo valid ho

[Openstack] Scheduler in Instance evacuation

2015-02-05 Thread Dimitri Mazmanov
Hello, The scheduling documentation [1] states that: "When evacuating instances from a host, the scheduler service does not pick the next host. Instances are evacuated to the host explicitly defined by the administrator.” The instance documentation [2] however says : "You can optionally include t

Re: [Openstack] [openstack-dev] About fix of validate name string length at API level

2015-02-05 Thread Akihiro Motoki
It is a good idea to enforce some validations for string fields. As Kevin said, Contrail plugin does not use db-backend but the API layer is still used, so attrbiutes.py works in the API layer, so we need to coordinate the effort. In addition, Neutron API v2.0 is an already shipped version. so we

Re: [Openstack] Openstack icehous one controller and two compute node

2015-02-05 Thread Fiorenza Meini
Il 04/02/2015 18:34, Lars Kellogg-Stedman ha scritto: On Wed, Feb 04, 2015 at 03:20:21PM +0100, Fiorenza Meini wrote: Please, what I'm missing and which is the neutron configuration I shall have on the second compute node ? If you started with a single-node Neutron configuration it is very lik