[Openstack] For the love of Pete, why does br-ex have a drop flow?!!

2016-06-09 Thread Sterdnot Shaken
Nothing seems to be able to get through br-ex... When I try and ping something external from the instance, traffic gets through the DVR router, which sends traffic to the SNAT namespace, to be able to forward traffic externally, needs to populate it's next-hop arp entry, so it sends out an arp requ

[Openstack] Missing "one" router namespace from network node.

2016-06-09 Thread kevin parrikar
Hello all i am facing a strange issue with openstack Juno release. I have created a router and *connected subnet and gateway to it*. But vms are failing to get metadata and internet connectivity. Further investigation shows that router namespace is missing from network node.I have only one netwo

[Openstack] Devstack | Nova-LXD : Error: Service n-api-meta is not running

2016-06-09 Thread dakshi kumar
Hi all, I am trying to integrate nova-lxd master version to devstack nova kilo version. I am using ubuntu 16.04 for this setup. I am facing the below issue while running the stack script. Any pointer/help would be greatly appreciated. This is how the ./stack.sh terminates ===

[Openstack] [OSSN 0063] Nova and Cinder key manager for Barbican misuses cached credentials

2016-06-09 Thread Nathan Kinder
Nova and Cinder key manager for Barbican misuses cached credentials --- ### Summary ### During the Icehouse release the Cinder and Nova projects added a feature that supports storage volume encryption using keys stored in Barbican. The Barbican key manager, that is part of Nova and Cinder, had a b

Re: [Openstack] [oslo] Issues with pbr when building custom packages

2016-06-09 Thread Jeremy Stanley
On 2016-06-09 10:15:38 +1000 (+1000), Sam Morrison wrote: > > On 9 Jun 2016, at 10:06 AM, Doug Hellmann wrote: [...] > > If you're doing your own packaging, how are you feeding the version > > number into pbr? Via the environment variable? > > We’re building it based on the output of `git describ

Re: [Openstack] [oslo] Issues with pbr when building custom packages

2016-06-09 Thread Jeremy Stanley
On 2016-06-09 08:16:11 +1000 (+1000), Sam Morrison wrote: [...] > I'm packaging nova, we have a bunch of custom commits and extra > back ports in our version. Having the git hash in there is > extremely helpful and I also don't want to conflict with the > official openstack release. [...] I don't

Re: [Openstack] [neutron][devstack] Issue with Neutron L3 extension and flat provider network.

2016-06-09 Thread Michael Turek
In case anyone is interested, the fix was to explicitly remove the L3Router plugin in post-config [[post-config|$NEUTRON_CONF]] [DEFAULT] service_plugins=neutron.services.metering.metering_plugin.MeteringPlugin Above is the service_plugins option after we removed L3Router. Keep in mind yours m

Re: [Openstack] [heat][nova][cinder]Mount a CD-ROM ISO to an instance

2016-06-09 Thread Eugen Block
Hi, mount a cdrom iso to a instance during boot time along with the actual image. do you mean to mount an iso when creating an instance or when an existing instance is booting? If you have an existing instance you can attach a previously created volume (from that ISO) to your instance, and

Re: [Openstack] Nova and Magnum on the same host?

2016-06-09 Thread Turbo Fredriksson
On Jun 9, 2016, at 11:55 AM, Ricardo Carrillo Cruz wrote: > If you just want to be able to run compute in containers and you don't need > fancy things like Kubernetes/Swarm etc No, that's what's Openstack is for :). Or at least why _I_ choose it.. > you can use a nova plugin: > > http://docs.op

Re: [Openstack] retrieve all instances whatever tenant/user via python SDK

2016-06-09 Thread Tobias Urdin
Hello, Auth using the admin user then list all instances in all tenants, should be something like: client.servers.list(search_opts={'all_tenants': 1}) You should search, there is a lot of resources online that could help you out. For example if you would have searched: https://ask.openstack.org

Re: [Openstack] Nova and Magnum on the same host?

2016-06-09 Thread Ricardo Carrillo Cruz
If you just want to be able to run compute in containers and you don't need fancy things like Kubernetes/Swarm etc, you can use a nova plugin: http://docs.openstack.org/liberty/config-reference/content/lxc.html https://wiki.openstack.org/wiki/Docker Ricky 2016-06-09 12:31 GMT+02:00 Turbo Fredrik

Re: [Openstack] Nova and Magnum on the same host?

2016-06-09 Thread Turbo Fredriksson
On Jun 9, 2016, at 10:03 AM, Tomas Vondra wrote: > AFAIK the Magnum service will run containers inside VMs. It is a > provisioning system for container orchestration services like Kubernetes. I see. It doesn't work very well for Kubernetes, but maybe Magnums is smarter.. :) > There are drivers l

Re: [Openstack] Issue with assignment of Intel’s QAT Card to VM (PCI-passthrough) using openstack-mitaka release on Cent OS 7.2 host

2016-06-09 Thread Chinmaya Dwibedy
Hi Giridhar, Changed the device_type in the alias (in nova.conf) so as to attach physical function to the instance. Now it could ale to assign Intel QAT device to VMs (PCI passthrough). Here are the configuration entries in /etc/nova/nova.conf: pci_alias = {"name": "QuickAssist", "product_id"

Re: [Openstack] Issue with dev_type: type-PCI using openstack-mitaka release on host (Cent OS 7.2)

2016-06-09 Thread Chinmaya Dwibedy
Thank you Moshe for your explanation. On Wed, Jun 8, 2016 at 11:30 AM, Moshe Levi wrote: > > > > > *From:* Chinmaya Dwibedy [mailto:ckdwib...@gmail.com] > *Sent:* Wednesday, June 08, 2016 8:39 AM > *To:* Moshe Levi > *Cc:* openstack@lists.openstack.org > *Subject:* Re: [Openstack] Issue with d

Re: [Openstack] Openstack Mitaka Domain question

2016-06-09 Thread Eugen Block
Hi, I've managed to enable multi-domain support for my Mitaka environment, but there are still some things to configure properly. I have two questions regarding domains. Log in as admin under the default domain, go to the Domains dashboard 1. How can I enable the domain view in Horizon?

Re: [Openstack] Nova and Magnum on the same host?

2016-06-09 Thread Tomas Vondra
Turbo Fredriksson writes: > > My use-case require me to have Containers for certain rings > and real VMs for others. > > But I also want to utilize my hardware to max, while keeping > the electricity bill (and cooling) as low as possible. This > means that I need (want!) to run both the VMs and

[Openstack] [heat][nova][cinder]Mount a CD-ROM ISO to an instance

2016-06-09 Thread pnkk
Hi, Can you please suggest a way to mount a cdrom iso to a instance during boot time along with the actual image. That iso has the bootstrap configuration needed for the VM. Regards, Kanthi ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/l

Re: [Openstack] Adding user to tenant (or tenant to user).

2016-06-09 Thread Eugen Block
Hi, the install guides use the CLI commands to add previously created users to a project/tenant. You could run control1:~ # openstack role add --user --project to add a user to a project. You can view the existing role assignments via control1:~ # openstack role assignment list Regards,

[Openstack] Adding user to tenant (or tenant to user).

2016-06-09 Thread Ken D'Ambrosio
From the CLI, there must be a way to add a user to a tenant (or vice-versa), but I simply can't seem to figure out the syntax. This isn't for newly created users; this is for changes after-the-fact. Suggestions? Thanks much! -Ken ___ Mailing list