Re: [openstack-dev] [Murano] Field 'name' is removed from Apps dynamic UI markup, should 'Version' be changed?

2014-07-06 Thread Stan Lagun
I we increment version to say 2.1 we could add code to dashboard to check for markup version and if it encounters version 2.0 to print verbose error telling how to migrate markup to 2.1. I don't see how both version can be supported simulteniously but at lease Version attribute must be checked and

Re: [openstack-dev] [oslo] Asyncio and oslo.messaging

2014-07-06 Thread Eoghan Glynn
This is an attempt to summarize a really useful discussion that Victor, Flavio and I have been having today. At the bottom are some background links - basically what I have open in my browser right now thinking through all of this. Thanks for the detailed summary, it puts a more flesh on

Re: [openstack-dev] [third-party] - rebasing patches for CI

2014-07-06 Thread Jay Pipes
On 07/03/2014 04:37 PM, Kevin Benton wrote: Are these zuul refs publicly accessible so that the third party CI systems could reference then to guarantee they are testing the same thing? Well, if you aren't using Zuul to handle the merging of dependent patchsets, I'm not entirely sure the

Re: [openstack-dev] [third party] - minimum response time for 3rd party CI responses

2014-07-06 Thread Jay Pipes
On 07/04/2014 03:57 AM, Luke Gorrie wrote: On 3 July 2014 19:02, Jay Pipes jaypi...@gmail.com mailto:jaypi...@gmail.com wrote: devstack-gate works very well for what it is supposed to do: Yeah, I would actually love to use devstack-gate. I tried that first. There are two problems for me

[openstack-dev] is tenant-id in network API?

2014-07-06 Thread Yongsheng Gong
Hi, Today, I found the ​{tenant_id} is written in neutron API URLs at http://developer.openstack.org/api-ref-networking-v2.html. But when I tried to access it accordingly, it failed. I don't think we have tenant_id in network API URL. any Idea? regards, yong sheng gong UnitedStack Inc.

Re: [openstack-dev] [Openstack] is tenant-id in network API?

2014-07-06 Thread Damon Wang
Agree, http://docs.openstack.org/api/openstack-network/2.0/content/networks.html and http://developer.openstack.org/api-ref-networking-v2.html both have this problem. 2014-07-07 10:25 GMT+08:00 Yongsheng Gong gong...@unitedstack.com: Hi, Today, I found the ​{tenant_id} is written in neutron

Re: [openstack-dev] [Openstack] is tenant-id in network API?

2014-07-06 Thread Anne Gentle
We have an API doc bug to track this issue: https://bugs.launchpad.net/openstack-api-site/+bug/1334837 Thanks for reporting, have marked it High. Anne On Sun, Jul 6, 2014 at 9:41 PM, Damon Wang damon.dev...@gmail.com wrote: Agree,

Re: [openstack-dev] [Keystone][Horizon] Proposed Changed for Unscoped tokens.

2014-07-06 Thread Adam Young
Probably should not have posted this over a weekend, especially a Long weekend. On 07/04/2014 06:13 PM, Adam Young wrote: Unscoped tokens are really a proxy for the Horizon session, so lets treat them that way. 1. When a user authenticates unscoped, they should get back a list of their

[openstack-dev] [Swift]About Swift as an object storage gateway, like Cinder in block storage

2014-07-06 Thread ??????
Hi Everyone, Now, several object storage venders have different style APIs. Maybe, we can make Swift as an object storage gateway to supply an uniform API. I think Swift can also work like Cinder. I registered a BP: https://blueprints.launchpad.net/swift/+spec/gateway-of-object-storage The

Re: [openstack-dev] [Openstack] is tenant-id in network API?

2014-07-06 Thread stanzgy
hi, I use the newest api-ref master branch to generate the neutron API docs and there is no tenant_id as part of the url. I think it is because the api-ref website hasn't updated with the newest api-ref repo. On Mon, Jul 7, 2014 at 10:53 AM, Anne Gentle a...@openstack.org wrote: We have an API

Re: [openstack-dev] [Openstack] is tenant-id in network API?

2014-07-06 Thread Anne Gentle
Please check to see if this patch fixes the issue: https://review.openstack.org/1050 On Sun, Jul 6, 2014 at 10:47 PM, stanzgy stan@gmail.com wrote: hi, I use the newest api-ref master branch to generate the neutron API docs and there is no tenant_id as part of the url. I think it is

[openstack-dev] A cache system for openstack API

2014-07-06 Thread Tim Gao
Hi, all We have a benchmarking for openstack API, we found the performance is not very well. For instance, with 3000 flavors in database, get all flavors API TPS is 4 under 10 concurrency. With 1000 images in glance, get all images API TPS is roughly 3. The hardware is Intel(R) Xeon(R) E5640 @

Re: [openstack-dev] [Openstack] is tenant-id in network API?

2014-07-06 Thread Steve Kowalik
On 07/07/14 13:56, Anne Gentle wrote: Please check to see if this patch fixes the issue: https://review.openstack.org/1050 That's a patch (actually against quantum, which is amusing) from 2011, I think you're missing a few numbers at the end. :-) --

Re: [openstack-dev] [third-party-ci][neutron] What is Success exactly?

2014-07-06 Thread Jay Pipes
On 07/03/2014 02:41 PM, Fawad Khaliq wrote: On Thu, Jul 3, 2014 at 10:27 AM, Kevin Benton blak...@gmail.com mailto:blak...@gmail.com wrote: This allows the viewer to see categories of reviews based upon their divergence from OpenStack's Jenkins results. I think evaluating

[openstack-dev] [nova][libvirt] Suspend via virDomainSave() rather than virDomainManagedSave()

2014-07-06 Thread Rafi Khardalian
Hi All -- It seems as though it would be beneficial to use virDomainSave rather than virDomainManagedSave for suspending instances. The primary benefit of doing so would be to locate the save files within the instance's dedicated directory. As it stands suspend operations are utilizing

Re: [openstack-dev] [Openstack] is tenant-id in network API?

2014-07-06 Thread Andreas Jaeger
On 07/07/2014 05:56 AM, Anne Gentle wrote: Please check to see if this patch fixes the issue: https://review.openstack.org/1050 It should be: https://review.openstack.org/105060 Andreas -- Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi SUSE LINUX Products

Re: [Openstack] olso-messaging times out after reconnecting to rabbit

2014-07-06 Thread Xav Paice
Just in case you haven't seen https://bugs.launchpad.net/nova/+bug/856764, this behaviour sounds very much like it could be related. It's worth reading the history since there's workarounds, and further explanation of the nature of the problem. On 06/07/14 12:02, Noel Burton-Krahn wrote:

[Openstack] Openstack image boot slow

2014-07-06 Thread Nhan Cao
hi guys, i created an images follow tutorial: http://docs.openstack.org/image-guide/content/centos-image.html but when i run it on my openstack lab, it boot very slow. can you tell me some tips to optimize image. Thanks! ___ Mailing list:

Re: [Openstack] Openstack image boot slow

2014-07-06 Thread Gary Kotton
Hi, This should be set by default. Please see http://www.pixelbeat.org/docs/openstack_libvirt_images/ This may help Thanks Gary From: Nhan Cao nhanc...@gmail.commailto:nhanc...@gmail.com Date: Sunday, July 6, 2014 at 3:31 PM To: Gary Kotton gkot...@vmware.commailto:gkot...@vmware.com Cc:

Re: [Openstack] Openstack image boot slow

2014-07-06 Thread Gary Kotton
Hi, The first boot is usually slow as the image needs to be cached. From that moment on it should be a little quicker. Thanks gary From: Nhan Cao nhanc...@gmail.commailto:nhanc...@gmail.com Date: Sunday, July 6, 2014 at 3:06 PM To:

Re: [Openstack] Openstack image boot slow

2014-07-06 Thread Nhan Cao
hi, thank for reply. how i set cache of libvirt in nova.conf ? 2014-07-06 19:26 GMT+07:00 Gary Kotton gkot...@vmware.com: Hi, The first boot is usually slow as the image needs to be cached. From that moment on it should be a little quicker. Thanks gary From: Nhan Cao

Re: [Openstack] Openstack image boot slow

2014-07-06 Thread Nhan Cao
hi i see cache=none in /var/lib/instance/uuid-xx/libvirt.xml. how i set other default value such as: writethrough, writeback... thanks 2014-07-06 19:36 GMT+07:00 Gary Kotton gkot...@vmware.com: Hi, This should be set by default. Please see

[Openstack] Horizon and radosgw with nginx

2014-07-06 Thread Sergey Motovilovets
Hello everyone. I'm running Horizon with nginx and radosgw with tengine (nginx fork with an option to disable fastcgi request buffering). The thing is that when I upload files using swift console client directly to a node hosting radosgw, everything works like a charm, but Horizon doesn't let me

Re: [Openstack] olso-messaging times out after reconnecting to rabbit

2014-07-06 Thread Noel Burton-Krahn
Thanks anyways Xav, but that's not the problem I'm seeing here. This is on a fresh connection without any stateful firewall timeouts. If you do a send/receive on a topic that was used in a previous run, the second receive always times out. Odd. I'm digging into kombu and rabbit now. -- Noel

Re: [Openstack] Horizon and radosgw with nginx

2014-07-06 Thread Clint Byrum
Excerpts from Sergey Motovilovets's message of 2014-07-06 09:29:11 -0700: Hello everyone. I'm running Horizon with nginx and radosgw with tengine (nginx fork with an option to disable fastcgi request buffering). The thing is that when I upload files using swift console client directly to a

[Openstack] is tenant-id in network API?

2014-07-06 Thread Yongsheng Gong
Hi, Today, I found the ​{tenant_id} is written in neutron API URLs at http://developer.openstack.org/api-ref-networking-v2.html. But when I tried to access it accordingly, it failed. I don't think we have tenant_id in network API URL. any Idea? regards, yong sheng gong UnitedStack Inc.