Re: [openstack-dev] [infra][neutron]SystemExit() vs sys.exit()?

2014-05-01 Thread Kevin L. Mitchell
, as that could confuse users; no one expects a successfully executed script to print a traceback, after all :) -- Kevin L. Mitchell kevin.mitch...@rackspace.com Rackspace ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http

Re: [openstack-dev] [Globalization] REST API sorting by status severity vs. alphabetical status key

2014-04-23 Thread Kevin L. Mitchell
the status values should be using and comparing against constants; see, for instance, nova/compute/vm_states.py. Those could be converted to integers, with a translation table specified in the database migration. The scary thing, though, is just how long that migration will end up taking… -- Kevin L

Re: [openstack-dev] [Globalization] REST API sorting by status severity vs. alphabetical status key

2014-04-23 Thread Kevin L. Mitchell
plenty of time for the majority of the records to be revisited and make the final migration run for a lot shorter time. -- Kevin L. Mitchell kevin.mitch...@rackspace.com Rackspace ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http

[openstack-dev] 退出邮件列表

2014-04-20 Thread l
您好: 由于一些情况,我想退出该邮件列表。谢谢! xueyan 2014.4.21___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

[openstack-dev] Bugs in review page? When i loggin and modify Mailing Address it say I'm not be a member.

2014-04-09 Thread Chenliang (L)
Hi. I can't complete git review,It say set contact info in https://review.openstack.org/#/settings/contact. When I login in https://review.openstack.org/#/settings/contact.( I login in with email hs.c...@huawei.com.) and I modify Mailing Address and Save changes,It raise the following errors:

Re: [openstack-dev] Bugs in review page? When i loggin and modify Mailing Address it say I'm not be a member.

2014-04-09 Thread Chenliang (L)
Subject: Re: [openstack-dev] Bugs in review page? When i loggin and modify Mailing Address it say I'm not be a member. On 04/09/2014 10:06 PM, Chenliang (L) wrote: Hi. I can't complete git review,It say set contact info in https://review.openstack.org/#/settings/contact. When I login in https

Re: [openstack-dev] Quota Management

2014-04-03 Thread Kevin L. Mitchell
of interest from the rest of the community at the time. I'd say that, currently, Boson is facing the chicken-and-egg problem—no one works on it because no one is working on it. -- Kevin L. Mitchell kevin.mitch...@rackspace.com Rackspace ___ OpenStack-dev

Re: [openstack-dev] Quota Management

2014-04-03 Thread Kevin L. Mitchell
On Thu, 2014-04-03 at 10:54 -0700, Jay Pipes wrote: On Thu, 2014-04-03 at 12:13 -0500, Kevin L. Mitchell wrote: On Thu, 2014-04-03 at 09:22 -0700, Jay Pipes wrote: Boson does indeed look interesting, but who is working on it, if anyone at this point? I agree that having a centralized

Re: [openstack-dev] Quota Management

2014-04-03 Thread Kevin L. Mitchell
On Thu, 2014-04-03 at 19:16 +, Cazzolato, Sergio J wrote: Jay, thanks for taking ownership on this idea, we are really interested to contribute to this, so what do you think are the next steps to move on? Perhaps a summit session on quota management would be in order? -- Kevin L. Mitchell

Re: [openstack-dev] [All][Keystone] Deprecation of the v2 API

2014-04-02 Thread Kevin L. Mitchell
used and the impact of depreciation. Exercising my penchant for precision: depreciation or deprecation? I hope that the openstack code base isn't depreciating, even if parts of it are being deprecated :) -- Kevin L. Mitchell kevin.mitch...@rackspace.com Rackspace

Re: [openstack-dev] Duplicate code for processing REST APIs

2014-03-13 Thread Kevin L. Mitchell
are already in oslo; that's what the openstack/common subtree contains. -- Kevin L. Mitchell kevin.mitch...@rackspace.com Rackspace ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo

Re: [openstack-dev] [Nova] Tox issues on a clean environment

2014-03-06 Thread Kevin L. Mitchell
a short-term pin to the version of setuptools (if that's even possible) on projects that encounter the problem… -- Kevin L. Mitchell kevin.mitch...@rackspace.com Rackspace ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http

Re: [openstack-dev] [Nova] What is the currently accepted way to do plugins

2014-03-04 Thread Kevin L. Mitchell
think it's probably okay. However, things like we've had in the past, where we provide a clear plug point for something like Compute manager API class are clearly off the table, IMHO. How about using 'unstable' as a component of the entrypoint group? E.g., nova.unstable.events… -- Kevin L

Re: [openstack-dev] [Nova] What is the currently accepted way to do plugins

2014-03-04 Thread Kevin L. Mitchell
it… -- Kevin L. Mitchell kevin.mitch...@rackspace.com Rackspace ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

[openstack-dev] set QOS dynamically

2014-02-26 Thread Chenliang (L)
Hi stackers, I am very interested in setting QOS dynamically(such as CPU/memory) which is noted in previously [1]. In some case we need to set QOS of a running instance to advoid interruptting the instance instead of using flavor extra specs. I found it is in discussion.I just want to know

Re: [openstack-dev] Hacking and PEP 257: Extra blank line at end of multi-line docstring

2014-02-25 Thread Kevin L. Mitchell
that eliminated that language from nova's HACKING at the time… -- Kevin L. Mitchell kevin.mitch...@rackspace.com Rackspace ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [openstack-dev] [Nova] status of quota class

2014-02-19 Thread Kevin L. Mitchell
updating each quota that affects them, but a single change to a single attribute makes better sense. -- Kevin L. Mitchell kevin.mitch...@rackspace.com Rackspace ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org

[openstack-dev] Using heat with cfn templates

2014-01-15 Thread Avi L
Hi I have a script that runs against AWS and uses the older cloudformation commands (i.e cfn-describe-stack or cfn-create-stack . What is the recommended way of porting this script to run against openstack so it can utilize the same / similar cfn templates and use compatible heat commands?

Re: [openstack-dev] [Oslo] Improving oslo-incubator update.py

2014-01-13 Thread Kevin L. Mitchell
a repository we copy out of. -- Kevin L. Mitchell kevin.mitch...@rackspace.com Rackspace ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [openstack-dev] [All] tagged commit messages

2013-12-30 Thread Kevin L. Mitchell
something to think about :) -- Kevin L. Mitchell kevin.mitch...@rackspace.com Rackspace ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [openstack-dev] Printing to stdout

2013-12-04 Thread Kevin L. Mitchell
be happy to take care of this. Can you be a little more specific? In what context do you want to print to stdout? That is, which client? (Servers should never print to stdout; use the logging infrastructure for output.) -- Kevin L. Mitchell kevin.mitch...@rackspace.com Rackspace

Re: [openstack-dev] Using AD for keystone authentication only

2013-11-15 Thread Avi L
Hi, On Fri, Nov 15, 2013 at 2:58 PM, Adam Young ayo...@redhat.com wrote: On 11/14/2013 07:37 PM, Avi L wrote: I have installed openstack-keystone-2013.2-0.11.b3.el6.noarch rpm and I added a active directory user test123 with role admin and tenant admin successfully. However when I run

Re: [openstack-dev] Is Havana keystone rpm actually splitting identity and assignment?

2013-11-15 Thread Avi L
On Fri, Nov 15, 2013 at 3:01 PM, Adam Young ayo...@redhat.com wrote: On 11/15/2013 11:15 AM, Ben Nemec wrote: This list is for development discussion only. Since this sounds like a question specific to RHEL, might I suggest you ask it on http://openstack.redhat.com/forum/ ? Nah, this is

Re: [openstack-dev] Using AD for keystone authentication only

2013-11-14 Thread Avi L
and Assignment points to sql. On Thu, Nov 14, 2013 at 10:17 AM, Avi L aviost...@gmail.com wrote: Thanks for your help. So in this case the uid parameter to user-role-add will be any of the AD attribute that I specify in the keystone.conf file , i.e sAMAccountname? Also I assume that in this case

Re: [openstack-dev] Using AD for keystone authentication only

2013-11-14 Thread Avi L
Just to clarify I am running keystone user-list with keystonerc file sourced and containing the correct credentials for test123, On Thu, Nov 14, 2013 at 4:37 PM, Avi L aviost...@gmail.com wrote: I have installed openstack-keystone-2013.2-0.11.b3.el6.noarch rpm and I added a active directory

Re: [openstack-dev] Using AD for keystone authentication only

2013-11-13 Thread Avi L
LDAP, and everything else via SQL. On Wednesday, November 13, 2013, Avi L wrote: Hi, I understand that the LDAP provider in keystone can be used for authenticating a user (i.e validate username and password) , and it also authorize it against roles and tenant. However this requires AD

Re: [openstack-dev] Shall backward compatibility env. vars be removed from python-clients?

2013-11-11 Thread Kevin L. Mitchell
months? The thing here is, these environment variables have already been deprecated for quite some time. The question is, have they been deprecated long enough that we're clear to drop them entirely? -- Kevin L. Mitchell kevin.mitch...@rackspace.com Rackspace

[openstack-dev] Newbie python novaclient question

2013-10-10 Thread A L
Dear Openstack Dev Gurus, I am trying to understand the python novaclient code. Can someone please point me to where in openstackcomputeshell class in shell.py does the actual function or class related to an argument gets called? Thanks a bunch ___

Re: [openstack-dev] While booting an instance each time, getting Status = ERROR.

2013-09-16 Thread Avi L
Hi Chandan, devstack by default logs everything to standard output and you can use screen to view the logs. Here are some steps that I had documented in my blog for debugging devstack logs: Redirect devstack output to log files : http://www.datauniv.com/blogs/2013/06/20/how-to-debug-devstack/

Re: [openstack-dev] Usage of mox through out the Openstack project.

2013-07-24 Thread Kevin L. Mitchell
. -- Kevin L. Mitchell kevin.mitch...@rackspace.com ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [openstack-dev] Opinions needed: Changing method signature in RPC callback ...

2013-07-18 Thread Kevin L. Mitchell
. The other is to use the functions in the inspect module to determine what convention the callback is expecting. -- Kevin L. Mitchell kevin.mitch...@rackspace.com ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi

Re: [openstack-dev] [Nova] Nominating John Garbutt for nova-core

2013-06-26 Thread Kevin L. Mitchell
in other areas, as well. Based on my experience with him I think he would be a good addition, so it would be great to have him on board to help keep up with the review load. -- Kevin L. Mitchell kevin.mitch...@rackspace.com ___ OpenStack-dev mailing list

Re: [openstack-dev] Cells design issue

2013-06-21 Thread Kevin L. Mitchell
Behrens would be able to say better exactly why this design choice was made. All I'm doing in this discussion is trying to address one element of the current design; I'm not trying to redesign cell communication. -- Kevin L. Mitchell kevin.mitch...@rackspace.com

Re: [openstack-dev] XML Support for Nova v3 API

2013-06-20 Thread Kevin L. Mitchell
is to keep it and is what we have been doing so far when porting extensions, but there are pretty obvious long term development and test savings if we only have one API format to support. I vote for dropping XML like a hot rock. -- Kevin L. Mitchell kevin.mitch...@rackspace.com

Re: [openstack-dev] XML Support for Nova v3 API

2013-06-20 Thread Kevin L. Mitchell
JSON API with validation and schema and comprehensive testing, than the current state of our JSON + XML approach which is poorly documented and only partially tested. +1. Let's drop XML like a hot rock. -- Kevin L. Mitchell kevin.mitch...@rackspace.com

<    1   2   3   4   5