Re: [Openstack] I release naming (calling APAC community)

2013-05-10 Thread Bhandaru, Malini K
Ili +1 From: Openstack [mailto:openstack-bounces+malini.k.bhandaru=intel@lists.launchpad.net] On Behalf Of Wang, Shane Sent: Thursday, May 09, 2013 8:58 PM To: Rajesh Vellanki; Atul Jha; Matt Joyce; John Wong Cc: Thierry Carrez; openstack@lists.launchpad.net Subject: Re: [Openstack] I

Re: [Openstack] How to start Horizon?

2013-04-12 Thread Bhandaru, Malini K
Horizon depends on Keystone for authentication, so there are some dependencies. Assuming you have these set up cd to the horizon home directory cd horizon_home python ./manage.py runserver 0.0.0.0:port_num access the above through your favorite browser (not IE)

[Openstack] PKI and HA in OpenStack

2013-02-19 Thread Bhandaru, Malini K
Hello All! How does high availability and public key infrastructure work together in openstack? For example we have Swift proxies for horizontal scaling. They authenticate themselves with Keystone. Do the set of machines in the swift proxy cluster use the same public-private key pair? Much

Re: [Openstack] Problem running devstack / stack.sh

2013-01-22 Thread Bhandaru, Malini K
Luo, Wow! That did it!!! Thank you for your suggestion. (for the record need export HOST_IP=localhost ..) Malini From: zhongyue@gmail.com [mailto:zhongyue@gmail.com] On Behalf Of Zhongyue Luo Sent: Tuesday, January 22, 2013 1:07 AM To: Bhandaru, Malini K Cc: Sagar Nikam

Re: [Openstack] Problem running devstack / stack.sh

2013-01-21 Thread Bhandaru, Malini K
Greetings Dusan! I am having similar issues and made no progress .. peeled the onion a bit. Hope somebody else can help us. I posted a request on devstack' s launchpad site too. 1) It helped making a copy of the sample localrc and placing in devstack home directory. 2) The

Re: [Openstack] Problem running devstack / stack.sh

2013-01-21 Thread Bhandaru, Malini K
mysql root password and that in the localrc file match. But keymanage-all still spins !! Would appreciate any other suggestions. Regards Malini From: Sagar Nikam [mailto:sagar.r.ni...@gmail.com] Sent: Monday, January 21, 2013 9:30 PM To: Bhandaru, Malini K Cc: Dusan Dordevic; OpenStack

[Openstack] Keystone connection issue

2012-10-24 Thread Bhandaru, Malini K
Hello All! I have an Ubuntu 12.10 install with devstack freshly downloaded. Does anybody have an issue where devstack/stack.sh script fails because keystone is unable to start, and consequently, none of the services start. .. 'one/keystone.conf --log-config /etc/keystone/logging.conf -d --debug

Re: [Openstack] TC candidacy

2012-09-14 Thread Bhandaru, Malini K
+1 -Original Message- From: openstack-bounces+malini.k.bhandaru=intel@lists.launchpad.net [mailto:openstack-bounces+malini.k.bhandaru=intel@lists.launchpad.net] On Behalf Of Anne Gentle Sent: Friday, September 14, 2012 10:25 AM To: openstack@lists.launchpad.net Subject:

Re: [Openstack] Horizon PTL Candidacy

2012-08-31 Thread Bhandaru, Malini K
+1 :-) -Original Message- From: openstack-bounces+malini.k.bhandaru=intel@lists.launchpad.net [mailto:openstack-bounces+malini.k.bhandaru=intel@lists.launchpad.net] On Behalf Of Devin Carlen Sent: Friday, August 31, 2012 5:52 PM To: Gabriel Hurley Cc:

Re: [Openstack] [Nova] Instance Type Extra Specs clarifications

2012-08-24 Thread Bhandaru, Malini K
There are two entry points 1) the filters 2) the flavors From a UI perspective it feels safer to let the user select extra spec keys and values from drop-down lists (of pre-defined/registered keys and respective values) to avoid typographic errors This would then introduce a dependency, with

Re: [Openstack] Improving logging

2012-07-18 Thread Bhandaru, Malini K
Typically one may specify a logging-level (verbose, warning, error) with each log message. The user then can specify run time log level at which point all messages at a level = log-level get displayed (error would be the highest level and always display). New to Open Stack .. my vote .. go