Re: [Openstack] Missing(?) keystone service catalog

2012-05-25 Thread Nick Lothian
No, I have custom code running on Android, and I'm testing failures in curl by copying the JSON and headers that are sent to a shell. Nick On Fri, May 25, 2012 at 9:54 PM, Jay Pipes wrote: > On 05/25/2012 05:48 AM, Nick Lothian wrote: >> >> In case anyone else is running into this problem: I was

Re: [Openstack] centos 6 images

2012-05-25 Thread Jason Ford
Joshua, First off, thanks for getting something together. I think you have a bug in your spec file at line 1. After that I got it to build after renaming some directories. I am in the process of testing this out now in a devstack install. I will give you feedback when I get it. jason - O

Re: [Openstack] Can't attach a RBD volume to an instance

2012-05-25 Thread Josh Durgin
On 05/25/2012 01:31 AM, Sébastien Han wrote: Hi everyone, I setup a ceph cluster and I use the RBD driver for nova-volume. I can create volumes and snapshots but currently I can't attach them to an instance. Apparently the volume is detected as busy but it's not, no matter which name I choose. I

Re: [Openstack] Fwd: Nodejs in horizon

2012-05-25 Thread Gabriel Hurley
I can't speak for other use cases as I haven't directly investigated them, but to those questions: Apache was only an example. Any webserver that uses WSGI (whether mod_wsgi or otherwise) doesn't support websockets. As for pushing to get it into the WSGI standard, there's already work in that d

Re: [Openstack] Fwd: Nodejs in horizon

2012-05-25 Thread Adam Young
We are using Eventlet as a Webserver, not apache, and Eventlet does have websocket support. When using Node.js do we need to run an alternative Server than the Apache HTTPD for Dashboard? We are looking at Websockets issues for noVNC already. One Potential approach is to use an Apache modu

Re: [Openstack] [XenAPI] Implementing text console (log)

2012-05-25 Thread Mohammed Naser
Thanks for the reply. It's a bit annoying to see the FAKE text in there. On Fri, May 25, 2012 at 5:52 AM, John Garbutt wrote: > Awesome, this has been on my team's TODO list for far too long. > > Have you added back the xapi-serial-console blueprint anywhere? I haven't had the chance to do that

Re: [Openstack] rabbit MQ and mirrored queues

2012-05-25 Thread Eric Windisch
Sebastien, For my part, I don't do *any of it*. I'm the author of the ZeroMQ implementation, where this is a non-issue. I think that having the Rabbit queues decoupled makes a lot of sense, especially since the code to do this can be generalized across multiple RPC implementations. (i.e. thi

Re: [Openstack] rabbit MQ and mirrored queues

2012-05-25 Thread Sébastien Han
Why don't you use the RabbitMQ builtin cluster solution? I setup an active/active cluster with the buildin mecanism and put an HAProxy on top with a priority on a specific node. (weight and backup options). For the mirrored queues don't we need to edit the openstack code? Cheers. ~Seb On Fri,

Re: [Openstack] Nodejs in horizon

2012-05-25 Thread Russell Bryant
On 05/25/2012 04:51 PM, Gabriel Hurley wrote: >> That sounds good to me, but it only addresses the short term issue. If the >> plan is to use Node.js for more in the future, we're going to have the same >> conversation when that next patch comes up. > > Heh. That was my point to Thierry about 8 m

[Openstack] OpenStack Community Newsletter — May 25

2012-05-25 Thread Stefano Maffulli
Highlights of the week S3 emulation to OpenStack Swift has moved Following PPB’s decision of May 15 meeting

Re: [Openstack] Nodejs in horizon

2012-05-25 Thread Gabriel Hurley
> That sounds good to me, but it only addresses the short term issue. If the > plan is to use Node.js for more in the future, we're going to have the same > conversation when that next patch comes up. Heh. That was my point to Thierry about 8 messages ago. ;-) I totally agree it's only a short-t

Re: [Openstack] Nodejs in horizon

2012-05-25 Thread Russell Bryant
On 05/25/2012 03:35 PM, Gabriel Hurley wrote: > I have no problem with distros generating CSS files however they like; > overriding what stylesheet is included is trivial and already quite > possible. If that’s a viable solution for distros who don’t currently > support node.js I’m all for it. Docu

Re: [Openstack] rabbit MQ and mirrored queues

2012-05-25 Thread Eric Windisch
I feel that the best way to deploy RabbitMQ is to run multiple independently queue servers and have separate consumers to these servers. You can then do client-side balancing to select which Rabbit server messages go. To get that in Nova today would be pretty minor -- especially after the matchm

Re: [Openstack] New layout of the OpenStack mailing lists

2012-05-25 Thread Russell Bryant
On 05/25/2012 04:00 PM, Stefano Maffulli wrote: > On Fri 25 May 2012 11:03:40 AM PDT, Russell Bryant wrote: >> We have been posting security advisories to the main mailing list. > > I'm interested to understand why you've done that. The announce list > has always existed, but nobody uses it. For

Re: [Openstack] New layout of the OpenStack mailing lists

2012-05-25 Thread Stefano Maffulli
On Fri 25 May 2012 11:03:40 AM PDT, Russell Bryant wrote: > We have been posting security advisories to the main mailing list. I'm interested to understand why you've done that. The announce list has always existed, but nobody uses it. > I > worry that they get missed by a lot of pepole since it

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

2012-05-25 Thread Monty Taylor
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 different and I want to spend a little more time wi

Re: [Openstack] rabbit MQ and mirrored queues

2012-05-25 Thread Florian Haas
Stephen, On Fri, May 25, 2012 at 3:18 PM, Stephen Gran wrote: > Hello, > > I am investigating various high availability options for a pending > deploy of open stack.  One of the obvious services to make resilient is > the mq service.  We're going to be using rabbitmq, and we'll most likely > have

Re: [Openstack] Nodejs in horizon

2012-05-25 Thread Gabriel Hurley
I have no problem with distros generating CSS files however they like; overriding what stylesheet is included is trivial and already quite possible. If that's a viable solution for distros who don't currently support node.js I'm all for it. Documenting what those distros would need to do would b

Re: [Openstack] [Swift] Functional Tests

2012-05-25 Thread Adrian Smith
I was actually thinking about these functional tests, https://github.com/openstack/swift/tree/master/test/functional https://github.com/openstack/swift/tree/master/test/functionalnosetests >From what I understand Tempest will have a completely separate suite of tests. Are there any plans to migra

Re: [Openstack] nova state machine simplification and clarification

2012-05-25 Thread Yun Mao
Hi, the first (simple) step to simplify power_state is in gerrit for review. https://review.openstack.org/#/c/7796/ The document is also migrated to wiki: http://wiki.openstack.org/VMState Thanks, Yun On Fri, May 25, 2012 at 8:42 AM, Vaze, Mandar wrote: > Sorry for responding to old thread, I

Re: [Openstack] Nodejs in horizon

2012-05-25 Thread Kiall Mac Innes
On Fri, May 25, 2012 at 11:27 AM, Gabriel Hurley wrote: > > 4. LESS for dev, commit compiled files: I veto'd this one in Horizon's > discussions. I've played this game being a committer for Django when we > tried to maintain both "development" and "production" versions of the > admin's javascript

Re: [Openstack] Uploading images to glance

2012-05-25 Thread Joshua Harlow
U can check out the following: https://github.com/yahoo/Openstack-Anvil/blob/master/anvil/helpers/glance.py#L292 It should be pretty easy to follow, it uses the glance and keystone python clients to upload, given an archive it will try to find the kernel//root/ramdisk images and then upload the

Re: [Openstack] New layout of the OpenStack mailing lists

2012-05-25 Thread Russell Bryant
On 05/25/2012 12:37 PM, Dean Troyer wrote: > On Fri, May 25, 2012 at 10:49 AM, Stefano Maffulli > wrote: >> The rationale is that in 2012 we have better ways to send announcements >> out: blogs, RSS, twitter, G+, newsletters, etc. Besides, the list >> hasn't been used for months and nobody complai

Re: [Openstack] Fwd: Nodejs in horizon

2012-05-25 Thread Gabriel Hurley
To elucidate a few more points from people's responses so far: * All the python socket.io backends are immature projects, and there's a GAPING flaw with them all: WSGI (the interface between web servers and Python) doesn't support the handshake features that websocket communication req

Re: [Openstack] [Nova] Blueprint and core cleanup

2012-05-25 Thread Lorin Hochstein
On May 18, 2012, at 5:33 AM, Thierry Carrez wrote: > Vishvananda Ishaya wrote: >> *Core Cleanup* >> [...] >> If a former core member has time to start participating in reviews >> again, i think he should be able to review for a couple of weeks or two >> and send an email to the list saying, "Hey,

[Openstack] Uploading images to glance

2012-05-25 Thread Guilherme Birk
I'm using cloud-publish to upload images to glance. All my infraestructure is working fine using essex. Now I'm creating a small API using Python and I don't know how to upload an image with a kernel file and a ram-disk file using cURL. I just found a command to upload a single file at the Glan

Re: [Openstack] devstack installation failing

2012-05-25 Thread Dean Troyer
On Fri, May 25, 2012 at 1:53 AM, Vaze, Mandar wrote: > You can run the following command on the terminal from the directory that > has all your Openstack projects (e.g. from /opt/stack) > > “cd /opt/stack ; for d in `ls -1`; do echo "updating $d"; cd $d; git pull; > cd /opt/stack; done” You can a

Re: [Openstack] New layout of the OpenStack mailing lists

2012-05-25 Thread Dean Troyer
On Fri, May 25, 2012 at 10:49 AM, Stefano Maffulli wrote: > The rationale is that in 2012 we have better ways to send announcements > out: blogs, RSS, twitter, G+, newsletters, etc. Besides, the list > hasn't been used for months and nobody complained for the lack of > content. Just because it ha

Re: [Openstack] [Swift] Functional Tests

2012-05-25 Thread Venkatesan, Ravikumar
Hi, Swift functional tests are currently in review stage in tempest https://review.openstack.org/#/c/7465/. Once it is approved and merged, it will be part of gating in Jenkins. Regards, Ravi -Original Message- From: openstack-bounces+ravikumar.venkatesan=hp@lists.launchpad.net [

Re: [Openstack] Fwd: Nodejs in horizon

2012-05-25 Thread John Postlethwait
Hi Everyone, 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: * Just so that everyone is aware, the lessc parser that is bundled in Horizon, while executable

Re: [Openstack] New layout of the OpenStack mailing lists

2012-05-25 Thread Stefano Maffulli
On Fri 25 May 2012 01:04:20 AM PDT, Daniel P. Berrange wrote: > I'm surprised to see the announce list being removed. What is the > rational for that. Most large projects have a very low traffic > list (~1 msg per day) dedicated for project announcements of new > releases, security notices, importa

Re: [Openstack] [metering] Where can I consume messages from metering system?

2012-05-25 Thread Doug Hellmann
On Fri, May 25, 2012 at 4:55 AM, Szymon Grzybowski wrote: > Hi, > > We had a plan to write some "plugin" which will collect metering data from > VMs and Hosts (free ram, networking, disk IO, cpu both from VMs and Hosts) > via libvirt (mayby later for xen etc), but i've found ceilometer project, >

Re: [Openstack] Nodejs in horizon

2012-05-25 Thread Thierry Carrez
Gabriel Hurley wrote: > 2. Bundling LESS vs. other means: If you think downstream packagers don't > like node... pretty much nobody packages LESS. The recommended way to install > LESS is actually with NPM (the Node Package Manager). We could install it > that way, but that makes dependency mana

[Openstack] [Swift] Functional Tests

2012-05-25 Thread Adrian Smith
Are the Swift functional tests ran by Jenkins? I couldn't find anything but there's quite a few jobs in there so I may have missed something. I'm curious if they're used to gate what's merged or if they're purely discretionary. Adrian ___ Mailing list:

Re: [Openstack] Nodejs in horizon

2012-05-25 Thread Thierry Carrez
Gabriel Hurley wrote: > 1. I'll repeat my call for a list (somewhere) of who OpenStack's "downstream > stakeholders" are. I'm in favor of our commitment of support and cooperation, > but providing openness and insight into who we're offering it to would be > awesome. The trick is, you don't kno

Re: [Openstack] Fwd: Nodejs in horizon

2012-05-25 Thread Simon G.
Maybe I've misuderstood something, but I've tried to give examples of other backends than node.js which can make use of mentioned before socket.io and can be used to implement realtime communication. I just wanted to minimize use of node.js. Hmm... I'm still talking about realtime communication, bu

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

2012-05-25 Thread Leander Bessa Beernaert
Hello, I'm can't figure out why i am unable to list the swift container in dashboard, i'm always presented with the error "Unable to retrieve container list". My Openstack setup is configured as an all in one on one machine and Swift running on another configured to use keystone for authenticatio

Re: [Openstack] Can't ssh into instance

2012-05-25 Thread Anton Haldin
Thank you Scott for your answer Now I think I have full understanding of this case. Without keys openssh server would reset ssh session immediately. On Fri, May 25, 2012 at 6:01 PM, Scott Moser wrote: > On Fri, 25 May 2012, Anton Haldin wrote: > > > Thank you very much guys Sébastien and Le

Re: [Openstack] Can't ssh into instance

2012-05-25 Thread Scott Moser
On Fri, 25 May 2012, Anton Haldin wrote: > Thank you very much guys Sébastien and Leander > > It was very interesting case. > > I thought if I see this lines in compute.log then sshkey injection was > successfully Given functional metadata service, ssh key injection from the host is not necessa

[Openstack] metadata for instances

2012-05-25 Thread Stephen Gran
Hello, I'm investigating various loose ends for a pending open stack deployment, and one of the things I'd like to be able to do is to affect the hostname in the instance metadata (for instance in the metadata returned by nova-api-metadata on the compute nodes). This metadata has various meaning

Re: [Openstack] Fwd: Nodejs in horizon

2012-05-25 Thread Jay Pipes
On 05/25/2012 08:41 AM, Simon G. wrote: Hello, I don't want to be rude, but fast research about point *3c* and sockets => PyPi search * http://pypi.python.org/pypi/SocketTornad.IO/ * http://pypi.python.org/pypi/Torn

[Openstack] rabbit MQ and mirrored queues

2012-05-25 Thread Stephen Gran
Hello, I am investigating various high availability options for a pending deploy of open stack. One of the obvious services to make resilient is the mq service. We're going to be using rabbitmq, and we'll most likely have N of them in a standard rabbit mq cluster behind a load balancer configure

[Openstack] [QA] Summary of weekly IRC meeting

2012-05-25 Thread Jay Pipes
The QA team had its weekly IRC meeting yesterday. Here is a summary of the action items and decisions coming out of the meeting. * Online summary: http://eavesdrop.openstack.org/meetings/openstack-meeting/2012/openstack-meeting.2012-05-24-17.00.html * Status of the project We've more than DOU

Re: [Openstack] Openstack Beginners guide for Ubuntu 12.04/Essex

2012-05-25 Thread Alisson Soares Limeira Pontes
Excelent! CSS plays a very important role in the non-easy task of documenting openstack. Atul Jha [and others], I come with some doubts about the Installation and Configuration section, could you help with them? -- I think if the two servers have nova-compute installed both will run the VMs. So,

Re: [Openstack] nova state machine simplification and clarification

2012-05-25 Thread Vaze, Mandar
Sorry for responding to old thread, I later realized that Yun had already responded to Gabe's query. -Original Message- From: Vaze, Mandar Sent: Friday, May 25, 2012 6:10 PM To: 'Gabe Westmaas'; Mark Washenberger; openstack@lists.launchpad.net; yun...@gmail.com Subject: RE: [Openstack]

[Openstack] Fwd: Nodejs in horizon

2012-05-25 Thread Simon G.
Hello, I don't want to be rude, but fast research about point *3c* and sockets => PyPi search - http://pypi.python.org/pypi/SocketTornad.IO/ - http://pypi.python.org/pypi/TornadIO2/0.0.3 , https://github.com/MrJoe

Re: [Openstack] nova state machine simplification and clarification

2012-05-25 Thread Vaze, Mandar
> I'd like to understand the difference between a soft and hard delete. soft_delete is invoked when "reclaim_instance_interval" flag is set to non-zero. In this case, when delete command is fired, only the VM is powered off, and vm_state is set to SOFT_DELETE Other resources (like network, volume

Re: [Openstack] Missing(?) keystone service catalog

2012-05-25 Thread Jay Pipes
On 05/25/2012 05:48 AM, Nick Lothian wrote: In case anyone else is running into this problem: I was authenticating without using a tenant ID. This seems to work on some implementations (TryStack, Rackspace), but not in others (DevStack, HPCloud). Are you sure that your OS_TENANT_NAME or OS_TENA

[Openstack] Mark your calendars: Bug triage day on June 7th

2012-05-25 Thread Thierry Carrez
Hello everyone, Short on the heels of folsom-1 publication and the upcoming Swift 1.5.0 release, it sounds like a good moment to spend some time sanitizing the bug databases for OpenStack projects. This can be achieved by completing the tasks described at: http://wiki.openstack.org/BugTriage On

Re: [Openstack] Nodejs in horizon

2012-05-25 Thread Russell Bryant
On 05/24/2012 08:45 PM, Gabriel Hurley wrote: > Calling it "broken" is a bit of an overstatement. As noted previously, > node.js can be installed and configured (http://nodejs.tchol.org/) on Fedora. > It's just not in the Fedora default package repositories. My reading of the > ticket on the red

Re: [Openstack] [OpenStack][Nova] deference between live-migration and migrate

2012-05-25 Thread Christian Berendt
Hey Eric. On 05/25/2012 10:54 AM, Eric Luo wrote: > I know that live-migration means "live migration" of an instance. Yes. Premise is that you use shared storage. > But what is this "migrate “ for ? And what does "Migrate a > server." mean here :)Does it mean "Migrates a *non-running

Re: [Openstack] Nodejs in horizon

2012-05-25 Thread Gabriel Hurley
A couple thoughts (sorry, it's late here): 1. I'll repeat my call for a list (somewhere) of who OpenStack's "downstream stakeholders" are. I'm in favor of our commitment of support and cooperation, but providing openness and insight into who we're offering it to would be awesome. 2. Bundling L

Re: [Openstack] [metering] Where can I consume messages from metering system?

2012-05-25 Thread Angus Salkeld
On 25/05/12 10:55 +0200, Szymon Grzybowski wrote: Hi, Hi Szymon, I have very simerlar needs, see comments inline... (I am working on the heat project "https://github.com/heat-api/heat";) We had a plan to write some "plugin" which will collect metering data from VMs and Hosts (free ram, ne

Re: [Openstack] [Nova] Getting error when injecting data into an image

2012-05-25 Thread Patrick Petit
2012/5/25 Pádraig Brady > On 05/25/2012 09:10 AM, Patrick Petit wrote: > > > > > > 2012/5/24 Pádraig Brady mailto:p...@draigbrady.com>> > > > > On 05/24/2012 02:49 PM, Patrick Petit wrote: > > > > > > > > > 2012/5/24 Pádraig Brady > >

Re: [Openstack] [XenAPI] Implementing text console (log)

2012-05-25 Thread John Garbutt
Awesome, this has been on my team's TODO list for far too long. Have you added back the xapi-serial-console blueprint anywhere? > At the moment, I have a sort-of working concept of it that only runs under > XS6 (the only one that offers VT100 terminals), however it has a fallback to > returning n

Re: [Openstack] Missing(?) keystone service catalog

2012-05-25 Thread Nick Lothian
In case anyone else is running into this problem: I was authenticating without using a tenant ID. This seems to work on some implementations (TryStack, Rackspace), but not in others (DevStack, HPCloud). On Thu, May 3, 2012 at 2:08 PM, Nick Lothian wrote: > I'm having some trouble using the Keyst

Re: [Openstack] Nodejs in horizon

2012-05-25 Thread Simon G.
Hi, On Thu, May 24, 2012 at 9:40 PM, Devin Carlen wrote: > ... > > Relying on Node.js actually opens up a lot of possibilities in the future > for us to do realtime websocket communications via node.js and still rely > on django to do the heavy lifting: > > https://blueprints.launchpad.net/horiz

Re: [Openstack] [Swift] Question about cloudfiles API

2012-05-25 Thread Nick Lothian
That is the self-signed certificate problem. The code here will download the certificate and install it in the keystore for the JVM it is running in: http://code.google.com/p/educationau-utils/source/browse/trunk/java/EdAuUtils/src/main/java/au/edu/educationau/opensource/ssl/InstallCert.java Thi

Re: [Openstack] Can't ssh into instance

2012-05-25 Thread Anton Haldin
Thank you Sébastien yes I see. It looks like ssh key injection through nbd is not sufficient for using ubuntu login. On Fri, May 25, 2012 at 1:10 PM, Sébastien Han wrote: > It depend on your image, but if you picked an image from the ubuntu cloud > image repo you should use the 'ubuntu' user to

Re: [Openstack] [Metering] Meeting agenda for Thursday at 16:00 UTC (May 24th, 2012)

2012-05-25 Thread Julien Danjou
On Wed, May 23 2012, Julien Danjou wrote: > Hi, > > The metering project team holds a meeting in #openstack-meeting, > Thursdays at 1600 UTC > . > > Everyone is welcome. > > http://wiki.openstack.org/Meetings/MeteringAgenda

Re: [Openstack] [OpenStack][Nova] deference between live-migration and migrate

2012-05-25 Thread John Garbutt
I have been meaning to draft a blueprint around this. What we have today: * Migrate: move a VM from one server to another, reboots across the move (I think) and destination is picked by scheduler * LiveMigration: move a VM form one server to another, VM doesn't appear to reboot

Re: [Openstack] Can't ssh into instance

2012-05-25 Thread Sébastien Han
It depend on your image, but if you picked an image from the ubuntu cloud image repo you should use the 'ubuntu' user to ssh connect otherwise won't be able to connect to your instance. Hope it helps! On Fri, May 25, 2012 at 11:04 AM, Anton Haldin wrote: > Thank you very much guys Sébastien an

Re: [Openstack] Nodejs in horizon

2012-05-25 Thread Thierry Carrez
Gabriel Hurley wrote: > As for packages, I can’t speak to Fedora offhand, but Ubuntu has the > “nodejs” package which is what we’ve used internally for development and > for the devstack gate going forward. The LESS binary itself is being > bundled with Horizon to alleviate versioning incompatibili

Re: [Openstack] Can't ssh into instance

2012-05-25 Thread Anton Haldin
Thank you very much guys Sébastien and Leander It was very interesting case. I thought if I see this lines in compute.log then sshkey injection was successfully 1fc4e8b132647ec] Running cmd (subprocess): sudo nova-rootwrap qemu-nbd -c /dev/nbd15 /var/lib/nova/instances/instance-000c/disk f

Re: [Openstack] [QA] Weekly Meeting tomorrow, Thursday, May 23 @ 17:00 UTC

2012-05-25 Thread Nagaraju Bingi
Hi, Where can we find the QAMeetingLogs? Regards, Nagaraju B -Original Message- From: openstack-bounces+nagaraju_bingi=persistent.co...@lists.launchpad.net [mailto:openstack-bounces+nagaraju_bingi=persistent.co...@lists.launchpad.net] On Behalf Of Thierry Carrez Sent: Friday, May 25, 2

[Openstack] [metering] Where can I consume messages from metering system?

2012-05-25 Thread Szymon Grzybowski
Hi, We had a plan to write some "plugin" which will collect metering data from VMs and Hosts (free ram, networking, disk IO, cpu both from VMs and Hosts) via libvirt (mayby later for xen etc), but i've found ceilometer project, which is doing what I want or will be doing what I want in near future

Re: [Openstack] [Nova] Getting error when injecting data into an image

2012-05-25 Thread Pádraig Brady
On 05/25/2012 09:35 AM, Anton Haldin wrote: > Thank you very much Pádraig > > It's cool to have openstack with well configured selinux > > Did you mean this page > http://fedoraproject.org/wiki/Getting_started_with_OpenStack_on_Fedora_17 ? Right, and the EPEL variant https://fedoraproject.org/

[Openstack] [OpenStack][Nova] deference between live-migration and migrate

2012-05-25 Thread Eric Luo
Hello ,all I saw there are tow commands in nova live-migration Migrates a running instance to a new machine. migrate Migrate a server. I know that live-migration means "live migration" of an instance. But what is this "migrate “ for ? And what does "Migrate a server." mea

Re: [Openstack] Nodejs in horizon

2012-05-25 Thread Thierry Carrez
Devin Carlen wrote: > -1 to introducing formal processes around this. This will happen from > time to time. Development may be briefly impacted on other platforms > but hindering innovation and telling developers that they are > responsible for package availability across every distro is not heal

Re: [Openstack] [Nova] Getting error when injecting data into an image

2012-05-25 Thread Anton Haldin
Thank you very much Pádraig It's cool to have openstack with well configured selinux Did you mean this page http://fedoraproject.org/wiki/Getting_started_with_OpenStack_on_Fedora_17 ? Anton Haldin On Thu, May 24, 2012 at 7:31 PM, Pádraig Brady wrote: > On 05/24/2012 02:49 PM, Patrick Petit w

[Openstack] Can't attach a RBD volume to an instance

2012-05-25 Thread Sébastien Han
Hi everyone, I setup a ceph cluster and I use the RBD driver for nova-volume. I can create volumes and snapshots but currently I can't attach them to an instance. Apparently the volume is detected as busy but it's not, no matter which name I choose. I tried from horizon and the command line, same

Re: [Openstack] [QA] Weekly Meeting tomorrow, Thursday, May 23 @ 17:00 UTC

2012-05-25 Thread Thierry Carrez
Paul Belanger wrote: > On 12-05-24 01:42 AM, Dolph Mathews wrote: >> The wiki page for meetings has a link to an iCal feed you can >> subscribe to: >> http://wiki.openstack.org/Meetings >> >> Direct iCal link: http://goo.gl/okDGE >> > Great, thanks. Feature request, any chance of individual iCal f

Re: [Openstack] New layout of the OpenStack mailing lists

2012-05-25 Thread Daniel P. Berrange
On Thu, May 24, 2012 at 05:02:25PM -0700, Stefano Maffulli wrote: > Hello folks, > > we're working on a new mailing list server to host our discussions. The > main factor behind the move was described in this message by ttx: > > http://openstack.markmail.org/thread/ybwazse63sgxozh2 > > > The cu

[Openstack] Process for new dependencies [was Re: Nodejs in horizon]

2012-05-25 Thread Mark McLoughlin
On Thu, 2012-05-24 at 16:22 -0700, Devin Carlen wrote: > -1 to introducing formal processes around this. This will happen from > time to time. Development may be briefly impacted on other platforms > but hindering innovation and telling developers that they are > responsible for package availabil

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

2012-05-25 Thread Razique Mahroua
Hey :-)Please start here : http://docs.openstack.org/essex/openstack-compute/starter/content/And let us know if you have any issues. Also join us on the IRC freenode channel "openstack"Razique Từ Minh Mẫn 25 mai 2012 09:07Dear all,I am student of master information, I am a new m

[Openstack] install cloud computing by openstack!!!

2012-05-25 Thread Từ Minh Mẫn
Dear all, I am student of master information, I am a new member of openstack mailing list. This is the first time I study about cloud computing, please help me (step by step - if any) to implement cloud computing, to me can understand and can deployment a system by cloud computing! Thank you so mu

Re: [Openstack] devstack installation failing

2012-05-25 Thread Vaze, Mandar
Salman, Can you confirm that ALL your projects are up-to-date ? As I mentioned in my original response, I got this error because my nova project was updated, and keystone was not. You can run the following command on the terminal from the directory that has all your Openstack projects (e.g. fr