Re: [Openstack] Problem to find/start openstack services

2013-01-28 Thread Razique Mahroua
Hi, If you installed OpenStack from the repositories, then you have all the init scripts as well. You can then use the following command : $ service nova-X start (x being the name of the service) $ service keystone start Regards, Razique Le mardi 29 janvier 2013, Guilherme Souza a écrit : > Hell

[Openstack] Disk Recommendation - OpenStack Swift

2013-01-28 Thread John van Ommen
Does anyone on the list have a disk they'd recommend for OpenStack swift? I am looking at hardware from Dell and HP, and I've found that the disks they offer are very expensive. For instance, HP's 2TB disk has a MSRP of over $500, while you can get a Western Digital 2TB 'Red' disk for $127. Is t

[Openstack] Problem to find/start openstack services

2013-01-28 Thread Guilherme Souza
Hello folks, I'm getting a problem, some days ago i've logged into dashboard with no problems, but today, I've tried to log into dashboard and i got this message: "An error occurred authenticating. Please try again later." And, i can't found the services runnig using the ubuntu CLI, i've tried t

[Openstack] Metadata server unreachable and can't passwordless login to instance

2013-01-28 Thread Rain Li
Hi all, I want to know if this bug has been fixed or not. https://bugs.launchpad.net/nova/+bug/719798. When starting an instance, I still get this error: cloud-setup: checking http://169.254.169.254/2009-04-04/meta-data/instance-id wget: can't connect to remote host (169.254.169.254): Network is

Re: [Openstack] Poll: "H" release cycle naming

2013-01-28 Thread Gabriel Hurley
I stand corrected! Thanks. ;-) - Gabriel > -Original Message- > From: openstack-bounces+gabriel.hurley=nebula@lists.launchpad.net > [mailto:openstack- > bounces+gabriel.hurley=nebula@lists.launchpad.net] On Behalf Of > Mark T. Voelker > Sent: Monday, January 28, 2013 1:18 PM >

Re: [Openstack] Poll: "H" release cycle naming

2013-01-28 Thread Mark T. Voelker
> Also, aren't the release names always *California* cities? Nope. =) http://wiki.openstack.org/ReleaseNaming At Your Service, -- Mark T. Voelker On 1/28/13 3:23 PM, Gabriel Hurley wrote: > Also, aren't the release names always *California* cities? Thereby Hillsboro, > Oregon isn't a valid c

Re: [Openstack] Poll: "H" release cycle naming

2013-01-28 Thread Gabriel Hurley
Also, aren't the release names always *California* cities? Thereby Hillsboro, Oregon isn't a valid choice... - Gabriel > -Original Message- > From: openstack-bounces+gabriel.hurley=nebula@lists.launchpad.net > [mailto:openstack- > bounces+gabriel.hurley=nebula@lists.launchpad

Re: [Openstack] [keystone] Encryption based user authentication in keystone

2013-01-28 Thread Yee, Guang
Only password and token authentications are natively supported (by default) at the moment. There are also signature-based authentication APIs like ec2 and s3 available as extensions. Other mechanisms such as two-way SSL and external authentication via a web frontend is also possible? In v3, we sho

[Openstack] [OpenStack] DevStack setup on XenServer

2013-01-28 Thread Antonio Tirri
I have to install a devstack multinode using 3 nodes configured as follows: 1) Controller on Ubuntu 12.04 LTS 2) Node Compute on Ubuntu 12.04 LTS with KVM hypervisor 3) Node Compute on XenServer While in first two points I am successful, the third point show me the following error when i launch t

Re: [Openstack] how to get version information

2013-01-28 Thread Dolph Mathews
If you hit keystone's root endpoint you should also get a list of versions in the response -- today that only includes /v2.0/ # curl http://127.0.0.1:5000/ -Dolph On Mon, Jan 28, 2013 at 3:07 AM, Ajiva Fan wrote: > hello everyone, > i'm wondering if there is a

[Openstack] Using durable queues

2013-01-28 Thread Day, Phil
Hi Folks, I'm trying to understand the configuration required to create a durable notification queue for billing with RabbitMQ. As I understand it for messages to be durable there need to be three things: - The exchange has to be created as durable - The queue needs to be c

Re: [Openstack] [LBaas] Understang LB

2013-01-28 Thread Ritesh Nanda
Example you will create a pool in which you will have 5 webservers as the member of the pool to Load balance a request coming to that webserver. In Lbaas assume you are using Round Robin algo , in that case request to a webserver can be served by any of the member in the Pool. On Mon, Jan 28, 20

[Openstack] Undo changes made by Quantum script

2013-01-28 Thread Chathura M. Sarathchandra Magurawalage
Hello, I am new to openstack and I have accidently inserted wrong Ip addresses in the Quantum script ( https://raw.github.com/EmilienM/openstack-folsom-guide/master/scripts/quantum-networking.sh) in openstack folsom guide ( http://docs.openstack.org/folsom/basic-install/content/basic-install_netw

Re: [Openstack] Glance Image upload error

2013-01-28 Thread Syed Armani
On 28-01-2013 16:26, Trinath Somanchi wrote: > Hi Stackers- > > I have newly installed openstack keystone, glance in my Ubuntu 12.04 system > > When I add image to glance, I get this error. > > root@NewFolsomController:~# glance add name=testImage is-public=true > container_format=bare disk_for

[Openstack] [keystone] Encryption based user authentication in keystone

2013-01-28 Thread Koert van der Veer
I vaguely remember some chatter on the last summit about using something other than passwords for user authentication in keystone. However, looking at the sourcecode and blueprints I can't seem to find this feature. I see a lot of encryption-based in tokens, but not between the end-user and keyston

[Openstack] how to get version information

2013-01-28 Thread Ajiva Fan
hello everyone, i'm wondering if there is any rest api for componnets' version info. i read the http://api.openstack.org/api-ref.html and find: 1) keystone truly have a rest api for version info: # curl http://127.0.0.1:5000/v2.0/ {"version": {"status": "beta", "updated": "2011-11-19T00:00:00Z",..