Re: [openstack-dev] Where should Schema files live?

2014-11-30 Thread Duncan Thomas
Duncan Thomas On Nov 27, 2014 10:32 PM, Sandy Walsh sandy.wa...@rackspace.com wrote: We were thinking each service API would expose their schema via a new /schema resource (or something). Nova would expose its schema. Glance its own. etc. This would also work well for installations still using

Re: [openstack-dev] [Keystone] internalURL and adminURL of endpoints should not be visible to ordinary user

2014-11-30 Thread Duncan Thomas
The internal URL is used for more than just admin actions, and admin is no longer a global flag, so this restriction is not suitable. Duncan Thomas On Nov 29, 2014 6:08 AM, joehuang joehu...@huawei.com wrote: Hello, if an ordinary user sent a get-token request to KeyStone, internalURL and

Re: [openstack-dev] [Fuel] [Plugins] Further development of plugin metadata format

2014-11-30 Thread Vitaly Kramskikh
2014-11-28 23:20 GMT+04:00 Dmitriy Shulyak dshul...@mirantis.com: - environment_config.yaml should contain exact config which will be mixed into cluster_attributes. No need to implicitly generate any controls like it is done now. Initially i had the same thoughts and wanted to use

Re: [openstack-dev] [Fuel] [Plugins] Further development of plugin metadata format

2014-11-30 Thread Vitaly Kramskikh
Dmitry, 2014-11-29 1:01 GMT+04:00 Dmitry Borodaenko dborodae...@mirantis.com: Vitaly, It's there a document or spec or a wiki page that describes the current status of this discussion in the context of the whole pluggable architecture design? There is a spec for the current implementation

Re: [openstack-dev] sqlalchemy-migrate call for reviews

2014-11-30 Thread Mike Bayer
I’ve +2’ed it, it was caused by https://review.openstack.org/#/c/81955/. On Nov 29, 2014, at 9:54 PM, Davanum Srinivas dava...@gmail.com wrote: Looks like there is a review in the queue - https://review.openstack.org/#/c/111485/ -- dims On Sat, Nov 29, 2014 at 6:28 PM, Jeremy Stanley

Re: [openstack-dev] Board election

2014-11-30 Thread Anita Kuno
On 11/30/2014 09:44 AM, Gary Kotton wrote: Hi, When I log into the site I am unable to nominate people. Any ideas? I get: Your account credentials do not allow you to nominate candidates. Any idea how to address that? Thanks Gary ___

Re: [openstack-dev] Board election

2014-11-30 Thread Anne Gentle
Hi Gary and Anita, We do have a bug tracker for www.openstack.org at: https://bugs.launchpad.net/openstack-org Log a bug there to make sure the web devs at the Foundation get it. Thanks, Anne On Sun, Nov 30, 2014 at 8:44 AM, Gary Kotton gkot...@vmware.com wrote: Hi, When I log into the site

Re: [openstack-dev] How to debug test using pdb

2014-11-30 Thread Robert Collins
On 1 December 2014 at 00:08, Saju M sajup...@gmail.com wrote: Hi, How to debug test using pdb I want to debug tests and tried following methods, but didn't work (could not see pdb console). I could see only the message Tests running... and command got stuck. I tried this with

[openstack-dev] [devstack] image create mysql error

2014-11-30 Thread liuxinguo
When our CI run devstack, it occurs error when run image create mysql. Log is pasted as following: 22186 2014-11-29 21:11:48.611 | ++ basename /opt/stack/new/devstack/files/mysql.qcow2 .qcow2 22187 2014-11-29 21:11:48.623 | + image_name=mysql 22188 2014-11-29 21:11:48.624 | +

Re: [openstack-dev] [stable] Re: [neutron] the hostname regex pattern fix also changed behaviour :(

2014-11-30 Thread Angus Lees
On Fri Nov 28 2014 at 10:49:21 PM Ihar Hrachyshka ihrac...@redhat.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 28/11/14 01:26, Angus Lees wrote: Context: https://review.openstack.org/#/c/135616 If we're happy disabling the check for components being all-digits, then a

Re: [openstack-dev] Board election

2014-11-30 Thread Adam Lawson
Everyone on my team are also seeing the same errors. Will submit a bug but that's a lot of people to file bugs. ; ) *Adam Lawson* AQORN, Inc. 427 North Tatnall Street Ste. 58461 Wilmington, Delaware 19801-2230 Toll-free: (844) 4-AQORN-NOW ext. 101 International: +1 302-387-4660 Direct: +1

[openstack-dev] [sahara] sahara Integration tests issue

2014-11-30 Thread lu jander
Hi Sahara dev, I am working on the integration tests in sahara(with nova network), when I am using tox -e cdh to run cdh tests, it failed with error below, then I check the sahara log, it says heat error. This error reminds me a bug which is not merged

Re: [openstack-dev] Board election

2014-11-30 Thread Anita Kuno
On 11/30/2014 08:28 PM, Adam Lawson wrote: Everyone on my team are also seeing the same errors. Will submit a bug but that's a lot of people to file bugs. ; ) Or search by most recently reported bug and add to the bug report for whomever reports first:

[openstack-dev] [keystone][oslo] Handling contexts and policy enforcement in services

2014-11-30 Thread Jamie Lennox
TL;DR: I think we can handle most of oslo.context with some additions to auth_token middleware and simplify policy enforcement (from a service perspective) at the same time. There is currently a push to release oslo.context as a library, for reference:

Re: [openstack-dev] Board election

2014-11-30 Thread Stefano Maffulli
On 11/30/2014 06:44 AM, Gary Kotton wrote: When I log into the site I am unable to nominate people. Any ideas? I get: *Your account credentials do not allow you to nominate candidates.**”* That means that the account you're using is not the account of an Individual Member of OpenStack

Re: [openstack-dev] [tc][neutron] Proposal to split Neutron into separate repositories

2014-11-30 Thread henry hly
FWaas is typically classified to L4-L7. But if they are developed standalone, it would be very difficult for implementing with a distributed manner. For example, with W-E traffic control in DVR mode, we can't rely on a external python client rest api call, the policy execution module must be

Re: [openstack-dev] [Ironic] Do we need an IntrospectionInterface?

2014-11-30 Thread Shivanand Tendulker
+1 for separate interface. --Shivanand On Fri, Nov 28, 2014 at 7:20 PM, Lucas Alvares Gomes lucasago...@gmail.com wrote: Hi, Thanks for putting it up Dmitry. I think the idea is fine too, I understand that people may want to use in-band discovery for drivers like iLO or DRAC and having

[openstack-dev] [All] Programatically re-starting OpenStack services

2014-11-30 Thread Pradip Mukhopadhyay
Hello, Are there ways (which pattern might be preferred) by which one can programatically restart different OpenStack services? For example: if one wants to restart cinder-scheduler or heat-cfn? Thanks in advance, Pradip ___ OpenStack-dev mailing

Re: [openstack-dev] [All] Programatically re-starting OpenStack services

2014-11-30 Thread Sadia Bashir
Hi, What do you mean by programatically? Do you want to restart services via a script or want to orchestrate restarting services from within openstack? If it is via script, you can write a bash script as follows: service cinder-scheduler restart service heat-api-cfn restart On Mon, Dec 1,

Re: [openstack-dev] [cinder][nova] proper syncing of cinder volume state

2014-11-30 Thread John Griffith
On Fri, Nov 28, 2014 at 11:25 AM, D'Angelo, Scott scott.dang...@hp.com wrote: A Cinder blueprint has been submitted to allow the python-cinderclient to involve the back end storage driver in resetting the state of a cinder volume:

[openstack-dev] [Nova] Gate error

2014-11-30 Thread Eli Qiao
Got gate error today. how can we kick infrastructure team to fix it? HTTP error 404 while getting http://pypi.IAD.openstack.org/packages/source/l/logilab-common/logilab-common-0.63.2.tar.gz#md5=2bf4599ae1f2ccf4603ca02c5d7e798e

Re: [openstack-dev] [All] Programatically re-starting OpenStack services

2014-11-30 Thread Pradip Mukhopadhyay
Yeah, I meant from Orchestration. Sorry if the earlier one is not clear. To be little more specific: from the Life Cycle management functions of the custom Heat resource definition. Thanks, Pradip On Mon, Dec 1, 2014 at 9:54 AM, Sadia Bashir 11msccssbas...@seecs.edu.pk wrote: Hi, What

Re: [openstack-dev] [horizon] REST and Django

2014-11-30 Thread Thai Q Tran
I agree that keeping the API layer thin would be ideal. I should add that having discrete API calls would allow dynamic population of table. However, I will make a case where it might be necessary to add additional APIs. Consider that you want to delete 3 items in a given table. If you do this on

[openstack-dev] [gerrit] Gerrit review problem

2014-11-30 Thread Jay Lau
When I review a patch for OpenStack, after review finished, I want to check more patches for this project and then after click the Project content for this patch, it will **not** jump to all patches but project description. I think it is not convenient for a reviewer if s/he wants to review more

Re: [openstack-dev] [gerrit] Gerrit review problem

2014-11-30 Thread Chen CH Ji
+1, I also found this inconvenient point before ,thanks Jay for bring up :) Best Regards! Kevin (Chen) Ji 纪 晨 Engineer, zVM Development, CSTL Notes: Chen CH Ji/China/IBM@IBMCN Internet: jiche...@cn.ibm.com Phone: +86-10-82454158 Address: 3/F Ring Building, ZhongGuanCun Software Park, Haidian

Re: [openstack-dev] [gerrit] Gerrit review problem

2014-11-30 Thread Steve Martinelli
Clicking on the magnifying glass icon (next to the project name) lists all recent patches for that project (closed and open). I have a bookmark that lists all open reviews of a project and always try to keep it open in a tab, and open specific code reviews in new tabs. Steve Chen CH Ji

[openstack-dev] Deploy GlusterFS server

2014-11-30 Thread Bharat Kumar
Hi All, Regarding the patch Deploy GlusterFS Server (https://review.openstack.org/#/c/133102/). Submitted this patch long back, this patch also got Code Review +2. I think it is waiting for Workflow approval. Another task is dependent on this patch. Please review (Workflow) this patch and

Re: [openstack-dev] [gerrit] Gerrit review problem

2014-11-30 Thread Jay Lau
Thanks all, yes, there are ways I can get all on-going patches for one project, I was complaining this because I can always direct to the right page before gerrit review upgrade, the upgrade broken this feature which makes not convenient for reviewers... 2014-12-01 14:13 GMT+08:00 Steve

Re: [openstack-dev] [gerrit] Gerrit review problem

2014-11-30 Thread OpenStack Dev
Jay this has been informed discussed, pre post the gerrit upgrade :) On Mon Dec 01 2014 at 12:00:02 PM Jay Lau jay.lau@gmail.com wrote: Thanks all, yes, there are ways I can get all on-going patches for one project, I was complaining this because I can always direct to the right page

Re: [openstack-dev] [nova] is there a way to simulate thousands or millions of compute nodes?

2014-11-30 Thread Gareth
@Michael Okay, focusing on 'thousands' now, I know 'millions' is not good metaphor here. I also know 'cells' functionality is nova's solution for large scale deployment. But it also makes sense to find and re-produce large scale problems in relatively small scale deployment. @Sandy All-in-all,

Re: [openstack-dev] [Heat] Convergence proof-of-concept showdown

2014-11-30 Thread Anant Patil
On 27-Nov-14 18:03, Murugan, Visnusaran wrote: Hi Zane, At this stage our implementation (as mentioned in wiki https://wiki.openstack.org/wiki/Heat/ConvergenceDesign) achieves your design goals. 1. In case of a parallel update, our implementation adjusts graph according

Re: [openstack-dev] [gerrit] Gerrit review problem

2014-11-30 Thread Jay Lau
I'm OK if all reviewers agree on this proposal, I may need to bookmark the projects that I want to review. ;-) 2014-12-01 14:35 GMT+08:00 OpenStack Dev cools...@gmail.com: Jay this has been informed discussed, pre post the gerrit upgrade :) On Mon Dec 01 2014 at 12:00:02 PM Jay Lau

Re: [openstack-dev] [gerrit] Gerrit review problem

2014-11-30 Thread Andreas Jaeger
On 12/01/2014 08:16 AM, Jay Lau wrote: I'm OK if all reviewers agree on this proposal, I may need to bookmark the projects that I want to review. ;-) Add the projects you want to review to your watch list (via Settings-Watched Projects) and see all open patches in your watched changes list: