Re: [Openstack] [Metering] Implemented three methods in Ceilometer

2012-06-21 Thread Kobagana Kumar
Hi Julien Danjou, I followed the steps given in http://wiki.openstack.org/GerritWorkflow this site. But I am getting some error while executing the command "git review". While I am executing that command I am getting following error: Problem running 'git remote update gerrit' Fetching gerrit ssh

[Openstack] Access a 3rd network

2012-06-21 Thread Marnus van Niekerk
Hi, I'm new here so if this is a stupid question or the wrong place to ask, please just point me in the right direction. I have nova-compute running on 4 hosts with nova-network running on the "controller" host using FlatNetwork. Each of the hosts have three network interfaces: eth0 - 10.10.2

Re: [Openstack] HVM + Xen Hypervisor via libvirt possible?

2012-06-21 Thread Li Wang
We use CentOS in production environment. There is the Zeus project, right? I'll do some research on it 在 2012-6-22 下午12:30,"Thomas Goirand" 写道: > On Fri Jun 22 2012 11:22:13 AM CST, Li Wang wrote: > > > Thanks all for replying. > > > > We want to stick on to the Xen Hypervisor for some reason. >

Re: [Openstack] Keystone API V3 - draft 2 now available

2012-06-21 Thread Joe Heck
Sorry for the delayed response - some bits inline. On Jun 18, 2012, at 5:16 PM, Gabriel Hurley wrote: I added lots of comments on the google doc. I think most of them reinforce the existing design decisions. That said, there are a few high-level issues I’d like to ask for discussion on: 1.

Re: [Openstack] AttributeError: "virDomain instance has no attribute 'reset'"

2012-06-21 Thread Vaze, Mandar
Found this bug (albeit for Fedora 16) https://bugs.launchpad.net/nova/+bug/1011863 I've updated the bug with my details Does that mean Folsom won't be supported on Ubuntu 11.10 ? -Mandar From: openstack-bounces+mandar.vaze=nttdata@lists.launchpad.net [mailto:openstack-bounces+mandar.vaze=nt

Re: [Openstack] [keystone] Keystone on port 5000 - proposing change default port to 8770

2012-06-21 Thread Joseph Heck
While I think we could merge the two together and control access with RBAC now, I expect we'll keep separate ports for the use case that Matt Joyce specifically mentions. I've made a blueprint to implement RBAC into keystone, using Keystone (https://blueprints.launchpad.net/keystone/+spec/rbac-

Re: [Openstack] [Swift] rsyslog daemon reloading causes swift related services hangs and CPU reach to 100%

2012-06-21 Thread MORITA Kazutaka
At Fri, 22 Jun 2012 00:00:26 +0800, Kuo Hugo wrote: > > Hi folks , > > We're facing an issue related to the bug as below > > /dev/log rotations can cause object-server failures > https://bugs.launchpad.net/swift/+bug/780025 > > My Swift version : 1.4.9 > > But I

Re: [Openstack] HVM + Xen Hypervisor via libvirt possible?

2012-06-21 Thread Thomas Goirand
On Fri Jun 22 2012 11:22:13 AM CST, Li Wang wrote: > Thanks all for replying. > > We want to stick on to the Xen Hypervisor for some reason. > > 1. Does the community plan to support this feature? > 2. Could I submit this request to the blueprint? My team would like to > contribute on it if nec

Re: [Openstack] AttributeError: "virDomain instance has no attribute 'reset'"

2012-06-21 Thread Vaze, Mandar
Vish, I'm running on Ubuntu 11.10 (GNU/Linux 3.0.0-12-server x86_64) When I tried to upgrade I got the following message libvirt-bin is already the newest version. libvirt0 is already the newest version. python-libvirt is already the newest version. Which package should I upgrade/install ? Than

Re: [Openstack] HVM + Xen Hypervisor via libvirt possible?

2012-06-21 Thread Li Wang
Thanks all for replying. We want to stick on to the Xen Hypervisor for some reason. 1. Does the community plan to support this feature? 2. Could I submit this request to the blueprint? My team would like to contribute on it if necessary. 3. or some good reasons to migrate from Xen to KVM? Regard

[Openstack] ZFS/zvol + iscsi

2012-06-21 Thread Andrew Ruthven
Hi, Just a follow up to the discussion the other week about ZFS on kfreebsd. I've just been working on that (before finding the discussion here). Getting nova-volume to apt-get install on Debian kfreebsd is trivial, just requires building a new .deb with fixed dependencies. I'll submit this to

Re: [Openstack] Performance metrics

2012-06-21 Thread Narayan Desai
On Thu, Jun 21, 2012 at 4:21 PM, Rick Jones wrote: > > TSO and GRO can cover a multitude of path-length sins :) Along with a 64 MB TCP window ;) > That is one of the reasons netperf does more than just bulk transfer :) >  When I was/am measuring "scaling" of an SMP node I would use aggregate, >

[Openstack] Problems with sqlalchemy migrate and foreign key constraints

2012-06-21 Thread Michael Still
Hi. I've spent ages on this and can't get myself unstuck. I have a DB schema update like this: def upgrade(migrate_engine): meta = MetaData() meta.bind = migrate_engine instances = Table('instances', meta, autoload=True) instance_info_caches = Table('instance_info_caches', meta,

Re: [Openstack] About over-commit memory

2012-06-21 Thread Wolfgang Richter
What is the intention of overcommit here? Is it allowable (possible?) to have a single VM with more RAM allocated than any physical machine? Or VMs allocated/running that together are more than available RAM? -- Wolf On Jun 21, 2012, at 6:13 PM, Vishvananda Ishaya wrote: > I just noticed the

Re: [Openstack] VM provisioning on a specific network with Horizon

2012-06-21 Thread Dan Wendlandt
On Thu, Jun 21, 2012 at 7:55 AM, Rami Cohen wrote: > Hi, > Using Horizon, is it possible to create an instance on a specific network? > Hi RamiC, Are you using Quantum, or one of the other Nova network managers? Arvind (CC'd) is modifying Horizon during the F-2 milestone to add this capability

Re: [Openstack] Router as a VM

2012-06-21 Thread Dan Wendlandt
On Thu, Jun 21, 2012 at 6:18 AM, Neelakantam Gaddam wrote: > Hi Dan, > > Can you point me to the brief instructions on how to run nova-network on a > VM and make it as a router? > Hi Neelakantam, I was just referring to running nova-network in a linux VM using the same instructions as installing

Re: [Openstack] About over-commit memory

2012-06-21 Thread Sam Su
Hi Vish, Great, it works now, thank you so much for your help. Does it means there is not any limit for the the memory overcommit ratio? If the physical memory is 4G in compute node and the swap partition is 4G as well, whether can I use more than 8G RAM for VMs? Thanks, Sam On Thu, Jun 21, 20

Re: [Openstack] Need stable/essex review for Horizon

2012-06-21 Thread Gabriel Hurley
Updated the review on gerrit so the test that got added by another backport to work with this patch. Everything should be good there now. - Gabriel > -Original Message- > From: openstack-bounces+gabriel.hurley=nebula@lists.launchpad.net > [mailto:openstack- > bounces+gabriel.hurl

Re: [Openstack] Need stable/essex review for Horizon

2012-06-21 Thread Gabriel Hurley
Argh. I think it interacted with one of the other backports badly. I'll update this today. - Gabriel > -Original Message- > From: openstack-bounces+gabriel.hurley=nebula@lists.launchpad.net > [mailto:openstack- > bounces+gabriel.hurley=nebula@lists.launchpad.net] On Behalf Of

Re: [Openstack] About over-commit memory

2012-06-21 Thread Sam Su
Hi Wolf, I used the flavor m1.tiny to create the third VM so it only need 512M RAM. I am using the qemu in my mini openstack environment. If need more further info, please let me know. Thanks, Sam On Thu, Jun 21, 2012 at 3:29 PM, Wolfgang Richter wrote: > The third VM is of the same flavor a

Re: [Openstack] About over-commit memory

2012-06-21 Thread Wolfgang Richter
The third VM is of the same flavor as the other two? At least, it is only trying to use 2GB RAM as well? Which hypervisor is in use (kvm)? -- Wolf On Thu, Jun 21, 2012 at 6:03 PM, Sam Su wrote: > Hi Vish, > > Thank you for your response. > > I added a 'line ram_allocation_ratio=10' in nova.con

Re: [Openstack] Multiple nova-compute hosts, single-host nova-network, and a guest unreachable via its floating IP

2012-06-21 Thread Florian Haas
Just wanted to say thanks to Vish, Sébastien and Adam for their input on this thread. I haven't been able to return to my test setup to try out the suggestions, but hope to be able to do so in the next few days. Lest you think I'm ignoring you. :) Cheers, Florian

Re: [Openstack] Ceph/OpenStack integration on Ubuntu precise: horribly broken, or am I doing something wrong?

2012-06-21 Thread Florian Haas
On Fri, Jun 22, 2012 at 7:43 AM, James Page wrote: You can type faster than I can... I'm working on getting this resolved in the current dev release of Ubuntu in the next few days after which it will go through the normal SRU process for Ubuntu 12.04. >> Sweet, thanks! > > The

Re: [Openstack] About over-commit memory

2012-06-21 Thread Vishvananda Ishaya
I just noticed there is a bug in ram_allocation_ratio, it actually only multiplies the check for free ram which doen't do a lot. Bug filed here: https://bugs.launchpad.net/nova/+bug/1016273 In the meantime, to overcommit you will have to disable the ram check completely by setting the followin

Re: [Openstack] Need stable/essex review for Horizon

2012-06-21 Thread Mark McLoughlin
On Thu, 2012-06-21 at 13:21 -0700, Devin Carlen wrote: > Hey all, > > > We've had a number of stable/essex reviews up that were abandoned due > to lack of reviews. We have re-enabled them and are hoping to get > some eyes on these so we can release 2012.1.1: > https://review.openstack.org/#/c/7

Re: [Openstack] About over-commit memory

2012-06-21 Thread Sam Su
Hi Vish, Thank you for your response. I added a 'line ram_allocation_ratio=10' in nova.conf, then restarted nova-scheduler in control node. after that was done, I tried to create a VM, but it still failed, and the debug info is showing as below: http://pastebin.com/RDHb9fDU Can you help me to ta

Re: [Openstack] Need stable/essex review for Horizon

2012-06-21 Thread Tres Henry
For some reason I can't +1 7731 but +1'd the rest fwiw. On Jun 21, 2012, at 1:21 PM, Devin Carlen wrote: > Hey all, > > We've had a number of stable/essex reviews up that were abandoned due to lack > of reviews. We have re-enabled them and are hoping to get some eyes on these > so we can rele

Re: [Openstack] Performance metrics

2012-06-21 Thread Rick Jones
On 06/21/2012 12:41 PM, Narayan Desai wrote: We did a bunch of similar tests to determine the overhead caused by kvm and limitations of the nova network architecture. We found that VMs themselves were able to consistently saturate the network link available to the host system, whether it was 1GE

Re: [Openstack] Need stable/essex review for Horizon

2012-06-21 Thread Devin Carlen
Skipping that one as it breaks python 2.6 compatibility which we still target for the Essex version and we won't have time to prepare a proper patch for 2012.1.1. It's also quite low priority. Thanks, Devin On Jun 21, 2012, at 1:48 PM, Mark McLoughlin wrote: > Hey, > > On Thu, 2012-06-21 a

Re: [Openstack] Need stable/essex review for Horizon

2012-06-21 Thread Mark McLoughlin
Hey, On Thu, 2012-06-21 at 13:21 -0700, Devin Carlen wrote: > Hey all, > > > We've had a number of stable/essex reviews up that were abandoned due > to lack of reviews. We have re-enabled them and are hoping to get > some eyes on these so we can release 2012.1.1: > > https://review.openstack.or

[Openstack] Need stable/essex review for Horizon

2012-06-21 Thread Devin Carlen
Hey all, We've had a number of stable/essex reviews up that were abandoned due to lack of reviews. We have re-enabled them and are hoping to get some eyes on these so we can release 2012.1.1: https://review.openstack.org/#/c/7718/ https://review.openstack.org/#/c/7723/ https://review.openst

Re: [Openstack] Ceph/OpenStack integration on Ubuntu precise: horribly broken, or am I doing something wrong?

2012-06-21 Thread James Page
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi Florian On 08/06/12 17:11, Florian Haas wrote: >>> Hi Josh >>> >>> On 08/06/12 16:48, Josh Durgin wrote: > There's an Ubuntu bug already: > > https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/981130 > > librgw was not com

Re: [Openstack] Performance metrics

2012-06-21 Thread Narayan Desai
On Thu, Jun 21, 2012 at 11:16 AM, Rick Jones wrote: > On 06/20/2012 08:09 PM, Huang Zhiteng wrote: >> By 'network scaling', do you mean the aggregated throughput >> (bandwidth, packets/sec) of the entire cloud (or part of it)? I think >> picking up 'netperf' as micro benchmark is just 1st step, t

Re: [Openstack] [keystone] Keystone on port 5000 - proposing change default port to 8770

2012-06-21 Thread Gabriel Hurley
The port change is fine with me since we're trampling on an already-registered port number. However, I'd like to ask again about the admin vs. standard ports in the Keystone v3 API. There was no mention of the differentiation between the two or how they would be used. Especially in a post-RBAC/

Re: [Openstack] Keystone API

2012-06-21 Thread Tomasz Paszkowski
bingo :-) You're great ! On Thu, Jun 21, 2012 at 8:34 PM, Dolph Mathews wrote: > If you let webob calculate the Content-Length by itself it won't resort to > adding a Transfer-Encoding header: > > https://review.openstack.org/#/c/8818 > > On Thu, Jun 21, 2012 at 12:54 PM, Tomasz Paszkowski > wro

Re: [Openstack] About over-commit memory

2012-06-21 Thread Vishvananda Ishaya
Try setting: ram_allocation_ratio=10 in your nova.conf (it defaults to 1.5) Vish On Jun 21, 2012, at 11:34 AM, Sam Su wrote: > Hi, > > I have a mini openstack environment with one compute node and one nova > control node. There is 4G memory in the compute node, and I have allocated 2 > VMs

Re: [Openstack] Diagnosing RPC timeouts when attaching volumes

2012-06-21 Thread Russell Bryant
On 06/21/2012 12:56 PM, Lars Kellogg-Stedman wrote: > Hello all, > > I've run into a series of frustrating problems trying to get images to > attach correctly to running instances. The current issue is that > after running a "nova volume-attach ..." command, I get the following > in compute.log o

Re: [Openstack] HVM + Xen Hypervisor via libvirt possible?

2012-06-21 Thread Nathanael Burton
Seems like an attribute that could be added to instance types / flavors that could be passed on to the scheduler and virt layers. Nate On Jun 21, 2012 2:12 PM, "Daniel P. Berrange" wrote: > On Fri, Jun 22, 2012 at 12:17:11AM +0800, Huang Zhiteng wrote: > > Of course it is possible. What kind of

[Openstack] About over-commit memory

2012-06-21 Thread Sam Su
Hi, I have a mini openstack environment with one compute node and one nova control node. There is 4G memory in the compute node, and I have allocated 2 VMs with 2G memory for each VM. When I try to create another VM , I get the error as below: http://pastebin.com/QZMQvXtB I am wondering whether O

Re: [Openstack] Keystone API

2012-06-21 Thread Dolph Mathews
If you let webob calculate the Content-Length by itself it won't resort to adding a Transfer-Encoding header: https://review.openstack.org/#/c/8818 On Thu, Jun 21, 2012 at 12:54 PM, Tomasz Paszkowski wrote: > I have created bug report: > > https://bugs.launchpad.net/keystone/+bug/1016171 > > > >

Re: [Openstack] HVM + Xen Hypervisor via libvirt possible?

2012-06-21 Thread Daniel P. Berrange
On Fri, Jun 22, 2012 at 12:17:11AM +0800, Huang Zhiteng wrote: > Of course it is possible. What kind of issue did you run into? > > On Thu, Jun 21, 2012 at 5:52 PM, Wang Li wrote: > > hi,all > > > > I need to run virtual machines on Xen Hypervisor in HVM mode, > > is it possible when using libvi

Re: [Openstack] Keystone API

2012-06-21 Thread Tomasz Paszkowski
I have created bug report: https://bugs.launchpad.net/keystone/+bug/1016171 On Thu, Jun 21, 2012 at 6:57 PM, Tomasz Paszkowski wrote: > Hi, > > I'am working on enhancing keystone PublicAPI to support CORS. > Everything seem to work well except that Keystone is formatting > responses with Trans

Re: [Openstack] [keystone] Keystone on port 5000 - proposing change default port to 8770

2012-06-21 Thread Nguyen, Liem Manh
+1 for an IANA-registered public port. I wonder why we registered the admin port, but not the public port in the first place. Liem -Original Message- From: openstack-bounces+liem_m_nguyen=hp@lists.launchpad.net [mailto:openstack-bounces+liem_m_nguyen=hp@lists.launchpad.net] On

Re: [Openstack] [Metering] Meeting agenda for Thursday at 16:00 UTC (June 21st, 2012)

2012-06-21 Thread Nick Barcet
On 06/20/2012 08:55 PM, Nick Barcet wrote: > Hi, > > The metering project team holds a weekly meeting in #openstack-meeting, > Thursdays at 1600 UTC. Everyone is welcome. > > http://wiki.openstack.org/Meetings/MeteringAgenda > > Topics for this week: > > * Review last week's actions > - nijab

Re: [Openstack] [Swift][performance degradation] How many objects for PUT/GET in swift-bench is reasonable to you ? I got lots of failure after 50000

2012-06-21 Thread Kuo Hugo
2012/6/22 Huang Zhiteng > On Fri, Jun 22, 2012 at 12:28 AM, Kuo Hugo wrote: > > Hi Folks , > > > > I'm in progress of swift QA. > > > > Also interesting about the number of PUT/GET operation in your > swift-bench > > configuration. > > > > Well , I thought that swift should handle as much as I s

[Openstack] Keystone API

2012-06-21 Thread Tomasz Paszkowski
Hi, I'am working on enhancing keystone PublicAPI to support CORS. Everything seem to work well except that Keystone is formatting responses with Transfer-Encoding: chunked which isn't accepted for OPTIONS query by browsers (chrome, firefox). Does anyone knows how to force keystone API to use plain

Re: [Openstack] [Swift][performance degradation] How many objects for PUT/GET in swift-bench is reasonable to you ? I got lots of failure after 50000

2012-06-21 Thread Huang Zhiteng
On Fri, Jun 22, 2012 at 12:28 AM, Kuo Hugo wrote: > Hi Folks , > > I'm in progress of swift QA. > > Also interesting about the number of PUT/GET operation in your swift-bench > configuration. > > Well , I thought that swift should handle as much as I set in bench.conf. > > However , the performanc

[Openstack] Diagnosing RPC timeouts when attaching volumes

2012-06-21 Thread Lars Kellogg-Stedman
Hello all, I've run into a series of frustrating problems trying to get images to attach correctly to running instances. The current issue is that after running a "nova volume-attach ..." command, I get the following in compute.log on the compute host: 2012-06-21 12:32:03 ERROR nova.rpc.impl_q

[Openstack] [Swift][performance degradation] How many objects for PUT/GET in swift-bench is reasonable to you ? I got lots of failure after 50000

2012-06-21 Thread Kuo Hugo
Hi Folks , I'm in progress of swift QA. Also interesting about the number of PUT/GET operation in your swift-bench configuration. Well , I thought that swift should handle as much as I set in bench.conf. However , the performance degradation came after 4+ Does my configuration reasonable i

Re: [Openstack] How to use Cloudpipe

2012-06-21 Thread Anne Gentle
The docs team is on it! https://bugs.launchpad.net/openstack-manuals/+bug/1015937 I <3 the docs team. Anne On Thu, Jun 21, 2012 at 3:00 AM, Sébastien Han wrote: > Hi, > > The official doc needs to be updated at some points. If you want to make > this compatible with Ubuntu 12.04. > You can che

Re: [Openstack] HVM + Xen Hypervisor via libvirt possible?

2012-06-21 Thread Huang Zhiteng
Of course it is possible. What kind of issue did you run into? On Thu, Jun 21, 2012 at 5:52 PM, Wang Li wrote: > hi,all > > I need to run virtual machines on Xen Hypervisor in HVM mode, is it possible > when using libvirt? > > Regards > > > > > > ___

Re: [Openstack] Performance metrics

2012-06-21 Thread Rick Jones
On 06/20/2012 08:09 PM, Huang Zhiteng wrote: On Thu, Jun 21, 2012 at 12:36 AM, Rick Jones wrote: I do not have numbers I can share, but do have an interest in discussing methodology for evaluating "scaling" particularly as regards to "networking." My initial thoughts are simply starting with

[Openstack] [Swift] rsyslog daemon reloading causes swift related services hangs and CPU reach to 100%

2012-06-21 Thread Kuo Hugo
Hi folks , We're facing an issue related to the bug as below /dev/log rotations can cause object-server failures https://bugs.launchpad.net/swift/+bug/780025 My Swift version : 1.4.9 But I found that not only object-server but also all swift related workers those

Re: [Openstack] OpenStack and VDI

2012-06-21 Thread Everett Toews
For the record, here's the link to the article. http://www.zdnet.com/blog/virtualization/openstack-consortia-to-rival-citrix-vmware-microsoft-as-vdi-hits-tipping-point/4962 Everett On Wed, Jun 20, 2012 at 9:19 PM, Michael J Fork wrote: > I too am interested in leaning about this effort. > > Mi

Re: [Openstack] [Nova] How to improve our bug triaging ?

2012-06-21 Thread Thierry Carrez
Mark McLoughlin wrote: > What I'd love to see is a closer collaboration between regular bug > triagers and nova-core members. > > i.e. bug triagers doing the best they can but roping in willing > nova-core members to help out deciphering the more gnarly bugs. > Personally, I'd really appreciate pe

Re: [Openstack] [Nova] How to improve our bug triaging ?

2012-06-21 Thread Mark McLoughlin
Hey, On Thu, 2012-06-21 at 16:29 +0200, Thierry Carrez wrote: [..] > Having people report bugs for our software is a chance, and we should > not discourage anyone by not giving the resulting reports the minimal > attention they deserve. [..] Totally! > So how do we, Nova developers, collectively

Re: [Openstack] ssh not authenticating

2012-06-21 Thread Scott Moser
On Thu, 21 Jun 2012, udit agarwal wrote: > Hi Mandar, > Thanks for your reply. But I am still stuck in the problem. I tried with > cirros but with no luck. And for the next one, the system still asks me for > password, but it was supposed to be password-less. Can anybody help me with > this?? A

[Openstack] [Nova] How to improve our bug triaging ?

2012-06-21 Thread Thierry Carrez
Hi! This is a follow-up on a recent discussion at the weekly project/release meeting. At the beginning of the month we had a BugTriage day that allowed us to make the Nova bug database much more relevant and triage a lot of incoming new bugs. However, since then, the numbers went up again: http:/

Re: [Openstack] [Quantum] Ordering of imports

2012-06-21 Thread Salvatore Orlando
Thanks a lot for sharing this information. Even if HACKING.rst has an example along the same lines, it does not state clearly that ordering should include also the name of the module/class being imported. Quoting LZY's example, I think it might be worth adding something like the following to HACKI

[Openstack] debug message shows up (no attribute 'GlanceImageService')

2012-06-21 Thread Jae-Yong Yoo
hello, when I run $ nova-manage db sync it shows this debug message 2012-06-21 22:32:23 DEBUG nova.utils [-] Inner Exception: 'module' object has no attribute 'GlanceImageService' from (pid=9662) import_class /usr/lib/python2.7/dist-packages/nova/utils.py:79 is it harmless? jaeyong __

[Openstack] [Quantum] Ordering of imports

2012-06-21 Thread Zhongyue Luo
Hi, stackers Recently I submitted a patch of re-ordered imports by full module path, as stated in HACKING.rst https://review.openstack.org/#/c/8666/ The full module path of a import is the absolute path of the module/object from its package root. Therefore, the order of the modules/objects from

Re: [Openstack] dashboard connecting problem with keystone

2012-06-21 Thread Emilien Macchi
Hi, I have already got this issue. You need to be sure that nova-volume is working and also the endpoint in Keystone is working on the right port and the good API version (should be v1). Regards On Thu, Jun 21, 2012 at 3:20 PM, sarath zacharia wrote: > Hai, > > I upgraded the new

[Openstack] dashboard connecting problem with keystone

2012-06-21 Thread sarath zacharia
Hai, I upgraded the new openstack version to essex. And all service are running . When I logging to the dashboard it shows error like "Error: Unable to retrieve usage information." Is it because of any keystone configuration with the nova and glance .and an

Re: [Openstack] ssh not authenticating

2012-06-21 Thread Alexey Ababilov
Hi! That's possible that filesystem of your VM was not cleanly unmounted during update of /etc/shadow and authorized_keys. It may remain in its original state, so, your ssh key is not stored. Please check this bug: https://bugs.launchpad.net/nova/+bug/1013689 Could you quote your nova-compute.log,

Re: [Openstack] [metering] Cinder usage data retrieval

2012-06-21 Thread Christopher B Ferris
> Probably not important on a privatecloud deployment, but certainly important in the public cloud space.Actually, I'd say it is equally important in a private cloud context as public. Just because the cloud is behind a firewall does not mean it does not need to be secured as carefully as if it wer

Re: [Openstack] Instances not starting after changing host flag

2012-06-21 Thread Vaze, Mandar
This may not be related to host flag. See similar problem being discussed in this thread : https://lists.launchpad.net/openstack/msg13314.html (Same symptoms as yours, error in allocate_for_instance, rpc timeouts) -Mandar From: openstack-bounces+mandar.vaze=nttdata@lists.launchpad.net [ma

Re: [Openstack] ssh not authenticating

2012-06-21 Thread udit agarwal
Hi Mandar, Thanks for your reply. But I am still stuck in the problem. I tried with cirros but with no luck. And for the next one, the system still asks me for password, but it was supposed to be password-less. Can anybody help me with this?? Thanks in advance. --Udit On Thu, Jun 21, 2012 at

Re: [Openstack] [metering] Cinder usage data retrieval

2012-06-21 Thread Thomas, Duncan
John Griffith on 20 June 2012 18:26 wrote: > On Wed, Jun 20, 2012 at 10:53 AM, Nick Barcet > wrote: > > What we want is to retrieve the maximum amount of data, so we can > meter > > things, to bill them in the end. For now and for Cinder, this would > > first include (per user/tenant): > > - the

Re: [Openstack] Get vcpu hours per instance

2012-06-21 Thread Nick Barcet
On 06/15/2012 10:21 PM, Guillermo Alvarado wrote: > Hi everyone! > > I want to know the vcpu hours per instance, in horizon In nova > dashboard I can see the total hours for the tenant, I want to see the > hours for each instance, which together must be equal to total. How can > I do that? > >

Re: [Openstack] [devstack] Easing maintenance of list of distro packages to install

2012-06-21 Thread Kiall Mac Innes
On Wed, Jun 20, 2012 at 2:17 PM, Dean Troyer wrote: > This is going to always be a problem, independent of the mechanism > used to manage package lists. The simple fact is that we really only > develop DevStack on Ubuntu, anything else is a second-class citizen by > definition. Ignoring the qu

Re: [Openstack] [bug] cannot umount guestfs (Bug #1013689)

2012-06-21 Thread Pádraig Brady
On 06/21/2012 08:40 AM, Alexey Ababilov wrote: > Hi! > > On our machines ins Grid Dynamics (HP ProBooks and miscellaneous servers), > repeating unmount if it reported "device or resource is busy" while spawning > a VM is not acceptable. Very often, unmount is reported as _successful_ > during t

[Openstack] HVM + Xen Hypervisor via libvirt possible?

2012-06-21 Thread Wang Li
hi,all I need to run virtual machines on Xen Hypervisor in HVM mode, is it possible when using libvirt? Regards smime.p7s Description: S/MIME cryptographic signature ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists

Re: [Openstack] the additional compute nodes can't host virtual machine instances

2012-06-21 Thread Razique Mahroua
Hi badis, sounds like a network error, what the /var/log/nova/nova-network.log prints out ?Regards, Razique Nuage & Co - Razique Mahroua razique.mahr...@gmail.com Le 21 juin 2012 à 10:59, badis hammi a écrit :Hi friends,I installed with success Openstack following the documentation, using 2 server

[Openstack] [OpenStack] Windows Image problem

2012-06-21 Thread Sergio Ariel de la Campa Saiz
Hi: I have followed this steps to create a Windows Image http://docs.openstack.org/essex/openstack-compute/starter/content/Creating_a_Windows_Image-d1e1594.html My first problem is that when I try to attach a driver in the installation process, it does not appear a folder for Windows 2008R2 whic

Re: [Openstack] [devstack] Easing maintenance of list of distro packages to install

2012-06-21 Thread Daniel P. Berrange
On Wed, Jun 20, 2012 at 11:02:23AM -0700, Joshua Harlow wrote: > Everyone should really check out... > > https://github.com/yahoo/Openstack-Anvil/tree/master/conf/distros > > It is nice to have a standard yaml format that isn't a new > micro-custom-format that we have to figure out how to parse.

[Openstack] the additional compute nodes can't host virtual machine instances

2012-06-21 Thread badis hammi
Hi friends,I installed with success Openstack following the documentation, using 2 servers "Cloud Controller (server 1) and a compute node (server 2)" and a Client.When I launch instances only on the first server (by stopping the second) I don't get any problem, all machines could be launched,

Re: [Openstack] [keystone] Keystone on port 5000 - proposing change default port to 8770

2012-06-21 Thread Juan J. Martinez
On 21/06/12 09:27, Joseph Heck wrote: > Honestly the only reason is that I've heard some fairly direct feedback that > port 5000 is that MS uPnP port and hence blocked by many corporate entities, > so it's just a matter of a PITA and a slight bump in setup for those groups. > Thought to honestly

[Openstack] Instances not starting after changing host flag

2012-06-21 Thread Czubak, Piotr
Hi All, I have Essex set up and running, everything works fine till I try to change "host" flag in nova.conf: --host=test After reboot, instances don't start, only error is reported. Any ideas how to fix this? Logs from nova-compute and nova-network attached below. Regards, Piotr Czubak Lo

Re: [Openstack] [keystone] Keystone on port 5000 - proposing change default port to 8770

2012-06-21 Thread Razique Mahroua
Makes sense to me honestly.Will sed live its hours of glory ?Regards,Razique Nuage & Co - Razique Mahroua razique.mahr...@gmail.com Le 21 juin 2012 à 10:27, Joseph Heck a écrit :Honestly the only reason is that I've heard some fairly direct feedback that port 5000 is that MS uPnP port and hence bl

Re: [Openstack] [keystone] Keystone on port 5000 - proposing change default port to 8770

2012-06-21 Thread Joseph Heck
Honestly the only reason is that I've heard some fairly direct feedback that port 5000 is that MS uPnP port and hence blocked by many corporate entities, so it's just a matter of a PITA and a slight bump in setup for those groups. Thought to honestly register another port with IANA like 35357 an

Re: [Openstack] [bug] cannot umount guestfs (Bug #1013689)

2012-06-21 Thread Alan Pevec
On Thu, Jun 21, 2012 at 9:40 AM, Alexey Ababilov wrote: > The same problem will be with sleeping for 4 seconds - the filesystem > remains not synchronized. Hmm, then it's a kernel bug which should be fixed, which kernel is that? Cheers, Alan ___ Maili

Re: [Openstack] How to use Cloudpipe

2012-06-21 Thread Sébastien Han
Hi, The official doc needs to be updated at some points. If you want to make this compatible with Ubuntu 12.04. You can check my article here http://www.sebastien-han.fr/blog/2012/06/20/setup-cloud-pipe-vpn-in-openstack/and the fork of the mirantis repo https://github.com/leseb/cloudpipe-image-aut

[Openstack] [bug] cannot umount guestfs (Bug #1013689)

2012-06-21 Thread Alexey Ababilov
Hi! On our machines ins Grid Dynamics (HP ProBooks and miscellaneous servers), repeating unmount if it reported "device or resource is busy" while spawning a VM is not acceptable. Very often, unmount is reported as _successful_ during the _first_ attempt, but the filesystem remains _unsynchronized

Re: [Openstack] VM provisioning on a specific network with Horizon

2012-06-21 Thread Atul Jha
From: openstack-bounces+atul.jha=csscorp@lists.launchpad.net [openstack-bounces+atul.jha=csscorp@lists.launchpad.net] on behalf of Rami Cohen [ramic.h...@gmail.com] Sent: Thursday, June 21, 2012 11:25 AM To: openstack@lists.launchpad.net Subject: [Opensta

Re: [Openstack] ssh not authenticating

2012-06-21 Thread Vaze, Mandar
Default password for cirros is "cubswin:)" - including the smiley I hope you entered correct password (It is easy to ignore the last two characters thinking it is a smiley) Other options is to use password less ssh login using keypair. See http://docs.openstack.org/essex/openstack-compute/starte