Re: [Openstack] New build dependency on keyring

2012-12-13 Thread Ken Thomas
s? Sorry if I'm missing something obvious here. Cheers, Sam On 13/12/2012, at 10:16 AM, Ken Thomas wrote: The short answer is that it gives you extra security... if you wish to use it. If you're fine with relying on the file permission of nova.conf, glance.conf, etc. t

Re: [Openstack] New build dependency on keyring

2012-12-12 Thread Ken Thomas
orrison wrote: My question is what does this extra dependancy give us apart from extra complexity? I can't see any enhancement in security with this method? Cheers, Sam On 13/12/2012, at 4:44 AM, Ken Thomas wrote: Greetings all! I'm look into using keyring as a way to (optionall

[Openstack] New build dependency on keyring

2012-12-12 Thread Ken Thomas
Greetings all! I'm look into using keyring as a way to (optionally) remove clear text passwords from the various config files. (See https://blueprints.launchpad.net/oslo/+spec/pw-keyrings for details.) One of the comments I got back is that I should have the oslo build dependency on keyring

Re: [Openstack] keystone folsom-backport timetable?

2012-10-25 Thread Ken Thomas
nstack.org/14857 https://review.openstack.org/14858 - joe On Oct 25, 2012, at 9:42 AM, Ken Thomas <mailto:k...@yahoo-inc.com>> wrote: Some keystone bugs tagged with ' folsom-backport ' were recently merged to master. Is there an ETA of when that backport will actually happen?

[Openstack] keystone folsom-backport timetable?

2012-10-25 Thread Ken Thomas
Hey all, Some keystone bugs tagged with ' folsom-backport ' were recently merged to master. Is there an ETA of when that backport will actually happen? And which branch/tag it'll be? Thanks, Ken ___ Mailing list: https://launchpad.net/~openstack Po

[Openstack] Keystone-dev question

2012-10-22 Thread Ken Thomas
Greetings all, I'm working on a keystone bug (to get my feet wetter) and I have a couple of questions. Could someone please take a look at comment #2 in https://bugs.launchpad.net/python-keystoneclient/+bug/1031245 (Get a User by Name) and let me know what y'all think? Thanks, Ken __

Re: [Openstack] UnifiedCLI suggestion

2012-07-16 Thread Ken Thomas
ung wrote: On 06/28/2012 11:54 AM, Dean Troyer wrote: On Mon, Jun 25, 2012 at 5:28 PM, Doug Hellmann wrote: On Mon, Jun 25, 2012 at 6:19 PM, Ken Thomas wrote: [...] I've already submitted the keystone changes for review (https://review.openstack.org/#/c/8958/3/keystoneclient/shell.py)

[Openstack] UnifiedCLI suggestion

2012-06-25 Thread Ken Thomas
Greetings all, Our security folks have an issue with putting passwords on the command line or in the environment. I wrote up a blueprint that gives the details on their objections as well as a proposed short-term fix for keystone (https://blueprints.launchpad.net/keystone/+spec/prompt-for-pas

[Openstack] Any issue with pycurl?

2012-05-03 Thread Ken Thomas
Hi all, We're working on a custom plugin where we make a web service call. We're having some issues with urllib2 and httplib that we're trying to track down. In the meantime, we've discovered that it all works fine if we use pycurl. If we don't suss out the problem, does anybody know if the

[Openstack] devstack and api-paste.ini

2012-03-07 Thread Ken Thomas
Hi all, There have been some recent changes to the devstack script w.r.t. nova/api-paste.ini that puzzle me. There's the template api-paste.ini with various tokens that need to be substituted, and some of them are commented out. E.g. # admin_user = %SERVICE_USER% # admin_password = %SERVIC

[Openstack] Flags.add_option rename issue

2012-02-10 Thread Ken Thomas
itory) was not, and so now novnc won't start. To paraphrase my original question... Do I open an issue on nova for not catching all the uses of that method, or on cloudbuilders/noVNC to get it to work with the latest nova flags? Thanks, Ken On 1/30/12 4:14 PM, Ken Thomas wrote: Gree

Re: [Openstack] flags.DEFINE helpers in nova-novncproxy

2012-01-30 Thread Ken Thomas
style of flags. Thanks for reporting this. Anthony On Mon, Jan 30, 2012 at 4:14 PM, Ken Thomas mailto:k...@yahoo-inc.com>> wrote: Greetings all, I'm having an issues with nova-novncproxy where it's using nova flags.DEFINE* helpers, but I see that those helpers were refactor

[Openstack] flags.DEFINE helpers in nova-novncproxy

2012-01-30 Thread Ken Thomas
Greetings all, I'm having an issues with nova-novncproxy where it's using nova flags.DEFINE* helpers, but I see that those helpers were refactored away last week. I know that these are two different github repositories so I'm not sure who needs to fix this. Do I open an issue on nova to get