Re: [openstack-dev] [Group-Based-Policy] Use cases for External Policy chains

2015-03-22 Thread Igor Cardoso
Ivar, With the currently supported set of services I also agree, but as more services get supported in the future, or we hand out that choice to tenants' VMs, it starts to justify a generic model that does not restrict whether EPs should provide service chains. That said, I do not yet totally

[openstack-dev] [infra] git review

2015-03-22 Thread Gary Kotton
Hi, Any idea when this will be up and running again: gkotton@ubuntu:~/nova$ git review Problem running 'git remote update gerrit' Fetching gerrit ssh: connect to host review.openstack.org port 29418: Network is unreachable fatal: Could not read from remote repository. Please make sure you

Re: [openstack-dev] [infra] git review

2015-03-22 Thread Anita Kuno
On 03/22/2015 03:33 AM, Gary Kotton wrote: Hi, Any idea when this will be up and running again: gkotton@ubuntu:~/nova$ git review Problem running 'git remote update gerrit' Fetching gerrit ssh: connect to host review.openstack.org port 29418: Network is unreachable fatal: Could

Re: [openstack-dev] [Neutron] Neutron extenstions

2015-03-22 Thread Gary Kotton
Hi, Regarding setting the MTU on the API level: this was my bad. This is a read only value. The MTU is learnt from the plugin. Thanks Gary From: Salvatore Orlando sorla...@nicira.commailto:sorla...@nicira.com Reply-To: OpenStack List

Re: [openstack-dev] [ceilometer] Pipeline for notifications does not seem to work - SOLVED

2015-03-22 Thread Tim Bell
I found a way to do it using the documentation at http://docs.openstack.org/admin-guide-cloud/content/section_telemetry-pipeline-transformers.html#d6e11759. The trick was to use arithmetic and the $(cpu).resource_metadata.vcpus. - name: hs06_sink transformers: - name:

Re: [openstack-dev] [Neutron][IPAM] Uniqueness of subnets within a tenant

2015-03-22 Thread Jay Pipes
On 03/20/2015 05:16 PM, Kevin Benton wrote: To clarify a bit, we obviously divide lots of things by tenant (quotas, network listing, etc). The difference is that we have nothing right now that has to be unique within a tenant. Are there objects that are uniquely scoped to a tenant in

[openstack-dev] [kolla] Re: Why we didn't use k8s in kolla?

2015-03-22 Thread Steven Dake (stdake)
FenghuaFeng, Ccing openstack-dev 1. Kubernetes doesn’t offer a control or integration point. We have that now with docker-compose. 2. Kubernetes doesn’t offer super privileged containers. We need that in order to operate an OpenStack environment. Regards -steve From: 449171342

[openstack-dev] [nova][pci-passthrough] Error: An object of type PciDevicePoolList is required here

2015-03-22 Thread Moshe Levi
Hi, In the latest master nova code I am keep getting this error An object of type PciDevicePoolList is required here My nova.conf contains pci_passthrough_whitelist. When I tried to launch vm after devstack installation the vm was successfully booted. When I restart the compute node and

Re: [openstack-dev] [oslo][cinder][nova][neutron] going forward to oslo-config-generator ...

2015-03-22 Thread Doug Hellmann
Excerpts from Gary Kotton's message of 2015-03-21 16:36:07 +: Hi, One of the issues that we had in Nova was that when we moved to oslo libraries configuration options support by the libraries were no longer present in the generated configuration file. Is this something that is already

Re: [openstack-dev] [heat][congress] Stack lifecycle plugpoint as an enabler for cloud provider's services

2015-03-22 Thread VACHNIS, AVI (AVI)
Thanks Zane. Please see inline. -Avi -Original Message- From: Zane Bitter [mailto:zbit...@redhat.com] Sent: יום ו 20 מרץ 2015 22:13 To: openstack-dev@lists.openstack.org Subject: Re: [openstack-dev] [heat][congress] Stack lifecycle plugpoint as an enabler for cloud provider's

Re: [openstack-dev] [Neutron][IPAM] Uniqueness of subnets within a tenant

2015-03-22 Thread Ian Wells
On 22 March 2015 at 07:48, Jay Pipes jaypi...@gmail.com wrote: On 03/20/2015 05:16 PM, Kevin Benton wrote: To clarify a bit, we obviously divide lots of things by tenant (quotas, network listing, etc). The difference is that we have nothing right now that has to be unique within a tenant.

Re: [openstack-dev] [murano] PTL elections

2015-03-22 Thread John Griffith
On Fri, Mar 20, 2015 at 4:21 AM, Sergey Lukjanov slukja...@mirantis.com wrote: Hi John, Murano isn't official project and so we've started the election process earlier, you could see dates in the first email in this thread. There was only one candidate, so, voting itself was bypassed. till

Re: [openstack-dev] [magnum] updated Fedora Atomic image available - needs testing

2015-03-22 Thread Steven Dake (stdake)
On 3/22/15, 8:10 AM, Adrian Otto adrian.o...@rackspace.com wrote: Also, Please track any progress in this task: https://bugs.launchpad.net/magnum/+bug/1434468 If any Magnum updates are needed, link them to that bug ticket, please. Also, it would be nice to see an update on this here on this

Re: [openstack-dev] [Neutron] Deprecating the use_namespaces option - Now's the time to speak up!

2015-03-22 Thread shihanzhang
+1 to deprecate this option At 2015-03-21 02:57:09, Assaf Muller amul...@redhat.com wrote: Hello everyone, The use_namespaces option in the L3 and DHCP Neutron agents controls if you can create multiple routers and DHCP networks managed by a single L3/DHCP agent, or if the agent manages only a

[openstack-dev] [Sahara] Is it possible to do instance scale for a node in a living cluster ?

2015-03-22 Thread Li, Chen
Hi Sahara, Recently, I learned Sahara support nodes scale up scale down, which means scale has been limited to node number. Is it possible to do a instance scale? For example, I build a small cluster at first, several slave nodes (running datanode nodemanager) and a single master node

[openstack-dev] Multi Region Designate

2015-03-22 Thread Anik
Hi, Are there any plans to have multi region DNS service through designate ? For example If a tenant has projects in multiple regions and wants to use a single (flat) external domain name space for floating IPs, what is the proposed solution for such a use case using Designate ? 

[openstack-dev] [Ironic] 'Chassis' element in Ironic

2015-03-22 Thread Ganapathy, Sandhya
Dear All, In one of the Ironic IRC meetings, a discussion on whether to retain the 'Chassis' element in Ironic or not came up. I am interested to know whether this is still valid and a decision is to be made on whether the component is retained or not. Thanks, Sandhya

[openstack-dev] [nova] Updating 'scheduled_at' field of nova instances in the database.

2015-03-22 Thread Deepthi Dharwar
All the VM information is stored in the instances table. This includes all the time related field like scheduled_at, launched_at etc. After upgrading to Juno, I have noticed that my 'scheduled_at' field is not getting reflected at all in the database. I do see my VMs being spawned and running