Re: [Openstack] Why is an image required when booting from volume

2012-05-28 Thread Oleg Gelbukh
Gabriel, There is a folsom-targeted blueprint for #2 at least: https://blueprints.launchpad.net/nova/+spec/auto-create-boot-volumes -- Oleg On Sun, May 27, 2012 at 10:51 PM, Gabriel Hurley wrote: > To the best of my understanding there are two parts to this, neither of > which is fully where i

Re: [Openstack] install cloud computing by openstack!!!

2012-05-28 Thread Razique Mahroua
Yes sorry, my question was intended to Từ Minh Mẫn :-) Michael Pittaro 28 mai 2012 01:41It's really a matter of which Linux distro you prefer (or know better) - the OpenStack pieces are the same everywhere.  I personally work with both Ubuntu _and_ Fedora regularly - but as long

Re: [Openstack] [OpenStack][Nova] Live-Migration ---Libvirt related problem

2012-05-28 Thread Razique Mahroua
Hey Eric,does from the two nodes a simple : $ virsh list --all works ?also, have you enabled started the TCP socket by enabling it into /etc/default/libvirt-binBefore :libvirtd_opts="-d"After : libvirtd_opts="-d -l"Restart libvirtd and check the logs, by the way, you can safely ignore the error

Re: [Openstack] Setup Openstack to be called from Jclouds API

2012-05-28 Thread Lahiru Sandaruwan
I installed Openstack in a friend's machine. It worked than in my machine. But when i run 'euca-run-instances -k mykey -t m1.tiny' the instance is hanged on 'networking' state. After i restarted nova, i can't run “euca-describe-instances” . *It gives, * Warning: failed to parse error message from A

[Openstack] Nova-compute doesn't start on reboot, only manually

2012-05-28 Thread Alessandro Tagliapietra
Hello, i've installed openstack following the ubuntu 12.04 deploy guide, only problem is that nova-compute has to be started manually, by default it doesn't start on boot, this is the error log: 2012-05-27 23:47:14 INFO nova.rpc.common [req-46624af9-9d2a-4901-b635-66f557d3b54c None None] Connec

Re: [Openstack] Nova-compute doesn't start on reboot, only manually

2012-05-28 Thread Stephen Gran
Hi, On Mon, 2012-05-28 at 11:41 +0300, Alessandro Tagliapietra wrote: > Hello, i've installed openstack following the ubuntu 12.04 deploy guide, only > problem is that nova-compute has to be started manually, by default it > doesn't start on boot, this is the error log: ... > 2012-05-27 23:48:14

Re: [Openstack] Nova-compute doesn't start on reboot, only manually

2012-05-28 Thread Staicu Gabriel
Hi, It happend to me in case of a server. Investigating I found out that libvirt-bin isn't starting fast enough for nova-compute. So I added this line in /etc/init/nova-compute.conf "start libvirt-bin" to look as: pre-start script     mkdir -p /var/run/nova     chown nova:root /var/run/n

Re: [Openstack] Nova-compute doesn't start on reboot, only manually

2012-05-28 Thread Razique Mahroua
Hi Stephenlooks like the amqp server doesn't start.make sure it starts along with the nova-scheduler first.Does both services start on boot ?Razique Stephen Gran 28 mai 2012 10:53Hi, On Mon, 2012-05-28 at 11:41 +0300, Alessandro Tagliapietra wrote: Hello, i've installed openstac

Re: [Openstack] [openstack] Quantum + OVS error: NoNetworksFound: No networks defined.

2012-05-28 Thread Kris zhang
I know the reason, because the configure "sql_connection" is not correct in /etc/quantum/plugins/openvswitch/ovs_quantum_plugin.ini. I changed the "ovs-quantum" to "ovs_quantum" in sql_connection. Thanks, Kris On Mon, May 28, 2012 at 11:27 AM, Kris zhang wrote: > Hi guys, > > After installing

Re: [Openstack] [Dashboard][Swift] Can't list swift containers

2012-05-28 Thread Leander Bessa Beernaert
Does anyone have any idea as to why this isn't working? Is this features till not completed? On Fri, May 25, 2012 at 3:30 PM, Leander Bessa Beernaert < leande...@gmail.com> wrote: > Hello, > > I'm can't figure out why i am unable to list the swift container in > dashboard, i'm always presented wi

[Openstack] There is no object-store endpoint on this auth server

2012-05-28 Thread Zvi Dubitzky
1) I have 'gitted ' from devstack from master and used the following attached localrc when running stack.sh (I enabled swift . . I guess it should generate proxy & storage on same machine) .It finished ok . I can access the Dashboard . Yet when I try to access swift with the following CL

Re: [Openstack] Fwd: Nodejs in horizon

2012-05-28 Thread Thierry Carrez
John Postlethwait wrote: > Sorry if I've missed anything below, this thread has become rather > fragmented and messy (at least in my email clients) but I will try to > address the main points I have seen so far: Thanks for your answers ! > * Just so that everyone is aware, the lessc parser that

Re: [Openstack] git-based jenkins jobs and pre-approval check jobs

2012-05-28 Thread Jay Pipes
Excellent job, CI team, as always. Best, -jay On 05/25/2012 03:58 PM, Monty Taylor wrote: Hey guys! We just finished rolling out the first in a sequence of upcoming changes to gerrit and jenkins based on needs described at the design summit. We now have the basic jobs for all of the projects

Re: [Openstack] There is no object-store endpoint on this auth server

2012-05-28 Thread Jay Pipes
On 05/26/2012 01:24 PM, Zvi Dubitzky wrote: *2) *what is the way to create an account via CLI . Is it generated automatically on the first POST CLI command for the Authenticated user ? And under what account name The files/keystone_data.sh script in devstack has a bunch of examples for Keyston

[Openstack] Instance fails to boot with flavors with disk space

2012-05-28 Thread Leander Bessa Beernaert
Hello, I'm unable to boot any image with a flavor that has a disk space associated with it. It always fails at the spawning state. Below it the log output of nova-compute: 2012-05-28 16:20:25 ERROR nova.compute.manager >> [req-1c725f9c-acae-47c4-b5ae-9ed5d2d9830c 9494d025721c4d7bb28a16fa796f9414

Re: [Openstack] install cloud computing by openstack!!!

2012-05-28 Thread Từ Minh Mẫn
I reading document about install: http://docs.openstack.org/essex/openstack-compute/starter/content/Base_OS-d1e542.html I am using Window7 32bit, I want to install server1(64 bit version of Ubuntu server 12.04) on Virtual machine (VMWare Workstation 8), When I boot VMWare to install Ubuntu, I have

Re: [Openstack] Nova-compute doesn't start on reboot, only manually

2012-05-28 Thread Clint Byrum
Excerpts from Alessandro Tagliapietra's message of 2012-05-28 01:41:08 -0700: > Hello, i've installed openstack following the ubuntu 12.04 deploy guide, only > problem is that nova-compute has to be started manually, by default it > doesn't start on boot, this is the error log: > > 2012-05-27 23

Re: [Openstack] install cloud computing by openstack!!!

2012-05-28 Thread Sébastien Han
There are tons of answers by simply googling your issue... and this problem is more related to the Ubuntu Server mailing but anyway you should try with the Ubuntu Server 32 bits. http://www.ubuntu.com/start-download?distro=server&bits=32&release=lts Or try to enable Intel VT-x or AMD-V from your

Re: [Openstack] install cloud computing by openstack!!!

2012-05-28 Thread Michael Pittaro
On Mon, May 28, 2012 at 10:12 AM, Từ Minh Mẫn wrote: > I reading document about install: > http://docs.openstack.org/essex/openstack-compute/starter/content/Base_OS-d1e542.html > > I am using Window7 32bit, I want to install server1(64 bit version of > Ubuntu server 12.04) on Virtual machine (VMW

Re: [Openstack] Caimito - WebDAV frontend for OpenStack Swift Cloud Storage

2012-05-28 Thread Endre Karlson
Would it be possible for you to put this on github? Endre. 2012/5/28 Gabe Wong > Hi all, > My company has developed an open-source WebDAV server for Swift. > It has been tested with Softlayer's Object Storage. > Feel free to download. I would like to hear people's feedback on how it > works on

Re: [Openstack] git-based jenkins jobs and pre-approval check jobs

2012-05-28 Thread Paul Belanger
On 12-05-25 03:58 PM, Monty Taylor wrote: Hey guys! We just finished rolling out the first in a sequence of upcoming changes to gerrit and jenkins based on needs described at the design summit. We now have the basic jobs for all of the projects (except for horizon, because it's slightly differe

Re: [Openstack] Nova-compute doesn't start on reboot, only manually

2012-05-28 Thread Alessandro Tagliapietra
Hi Stephen, Sorry for the silly question, what you mean with MQ? The rabbit server? Regards Il giorno 28/mag/2012, alle ore 11:53, Stephen Gran ha scritto: > Hi, > > On Mon, 2012-05-28 at 11:41 +0300, Alessandro Tagliapietra wrote: >> Hello, i've installed openstack following the ubuntu 12.04

Re: [Openstack] Nova-compute doesn't start on reboot, only manually

2012-05-28 Thread Alessandro Tagliapietra
The line before isConnected to AMQP server on 10.8.0.1:5672so i think rabbitmq is already started isn't it?Best RegardsIl giorno 28/mag/2012, alle ore 12:00, Razique Mahroua ha scritto: Hi Stephenlooks like the amqp server doesn't start.make sure it starts along with the nova-scheduler first.Does

Re: [Openstack] rabbit MQ and mirrored queues

2012-05-28 Thread Sébastien Han
Eric, I saw your presentation couple of weeks ago about ZeroMQ but I didn't have time to dive into it. In my previous statement, there is no prejudice, I simply offered an alternative solution. I'm for the KISS principle, and using the pacemaker/corosync/drbd stack could be a pain in the neck comp

Re: [Openstack] install cloud computing by openstack!!!

2012-05-28 Thread Từ Minh Mẫn
If I use Ubuntu 12.04 32bit, do I have any problem when I install cloud computing? On 29 May 2012 00:38, Sébastien Han wrote: > There are tons of answers by simply googling your issue... and this > problem is more related to the Ubuntu Server mailing but anyway you should > try with the Ubuntu S

[Openstack] [OpenStack][Nova]Reviewer needed for: blueprint multi-process-api-service

2012-05-28 Thread Huang, Zhiteng
Hey guys, The implementation of Nova blueprint multi-process-api-service (https://review.openstack.org/#/c/5762/) has went through several rounds of revision and got '+1' from one Nova core (thanks Kevin for your review)! Can other Nova core help and review this change? Really appreciate that