[Openstack] Question about Disk Setup of Nova Compute Node

2013-01-10 Thread Sean Bigdatafun
When I have a set of rack servers that is 1TB * 4 disks in each of it as Nova Compute Node, what is the best RAID (or JBOD) strategy OpenStack community recommend? Basically I'd like to know what a normal disk setup a compute node should be using. Thanks, Sean

Re: [Openstack] Error in Horizon or misconfiguration?

2013-01-10 Thread Dolph Mathews
Are you still seeing EndpointNotFound's on the latest version of keystoneclient? Even without a fix, it was simply a condition that didn't need to be logged (especially as an error). -Dolph On Thu, Jan 10, 2013 at 8:07 PM, Sina Sadeghi wrote: > Guys this is a bug I have been trying to get re

Re: [Openstack] [heat] Grizzly-2 development milestone available for Heat

2013-01-10 Thread Lei Zhang
Good news. On Fri, Jan 11, 2013 at 5:44 AM, Steven Dake wrote: > orchestration -- Lei Zhang Blog: http://jeffrey4l.github.com twitter/weibo: @jeffrey4l ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net

Re: [Openstack] Migrate Instance to another Tenant ID in the same environment

2013-01-10 Thread Lei Zhang
why not try boot from snapshot. That's will save some time. On Thu, Jan 10, 2013 at 5:18 AM, Sébastien Han wrote: > Moving instances from project to project is not possible however what > you can do is (safe way): > > - as an admin user > - snapshot the image from env 1 > - grab the snapshotted

Re: [Openstack] Error in Horizon or misconfiguration?

2013-01-10 Thread Sina Sadeghi
Guys this is a bug I have been trying to get resolved for _ages_ now and it seems nobody cares about it: https://bugs.launchpad.net/python-keystoneclient/+bug/1036342 -- S

Re: [Openstack] Strange issue during live migration

2013-01-10 Thread Yuan, Ye A
That's my pleasure. Congratulations to you for resolve such issue! Best wishes, Yale Yuan From: Narayanan, Krishnaprasad [mailto:naray...@uni-mainz.de] Sent: Thursday, January 10, 2013 3:54 AM To: Yuan, Ye A Cc: openstack@lists.launchpad.net Subject: RE: Strange issue during live migration Hi Yu

[Openstack] [heat] Grizzly-2 development milestone available for Heat

2013-01-10 Thread Steven Dake
Hi folks, The OpenStack release team has released the second milestone of the Grizzly development cycle (grizzly-2). This is a significant step in Heat's incubation, as it is our first milestone release leading to the final delivery of OpenStack 2013.1 scheduled for April 4, 2013. You can f

[Openstack] Grizzly-2 development milestone available (Keystone, Glance, Nova, Horizon, Quantum, Cinder)

2013-01-10 Thread Thierry Carrez
Hi everyone, The second milestone of the Grizzly development cycle, "grizzly-2" is now available. It's a significant step toward the final delivery of OpenStack 2013.1 (codenamed "Grizzly"), scheduled for April 4, 2013. You can find the full list of new features and fixed bugs, as well as tarball

[Openstack] NFS + RDMA == stuck at "Booting from hard disk"

2013-01-10 Thread Mark Lehrer
Has anyone here been able to make Openstack + KVM work with Infiniband & NFS-RDMA? I have spent a couple of days here trying to make it work, but with no luck. At first I thought the problem was NFS3 and lockd, but I tried NFSv4 and I have the same problem. I also disabled AppArmor just as

Re: [Openstack] Quantum Help

2013-01-10 Thread Mark Langanki
Maru, I was trying to ping the 50.50.1.3 address of the VM from the controller as that was where the doc told me to put the "route add 50.50.1.0/24 gw ….". I can ping 50.50.1.1, but not .3. I was getting a "destination not routable" or something like that… Also, can ping the floatingip, but ca

Re: [Openstack] Swift 1.7.4 stable - logging middleware adding lag to final responses

2013-01-10 Thread Peter Portante
Does the proxy-logging code use the eventlet.wsgi posthook for the logging? >From a quick inspection of the code, it seems to add a generator to the filter layers passing the object along. Could we avoid that by using the posthook? Or was there some other reason for not using the posthook? On Thu

Re: [Openstack] OpenStack Java SDK

2013-01-10 Thread Antonio Manuel Muñiz Martín
Hi Luis, Great. Should I send the pull request to the new branch? Thanks, Antonio. 2013/1/10 Luis Gervaso : > Hi Antonio, > > The master branch is the currently branch I'm working on. This branch has > support for the Quantum project (thanks to benn-cs) > > The main difference with older branche

Re: [Openstack] Dashboard/horizon PRODUCTION bug

2013-01-10 Thread Gabriel Hurley
I haven't heard a report like this from anyone else. Looking at your patch it looks like you're having problems with the sub-module imports for some reason, which sounds to me like a Python problem. Is there anything unusual about your version of Python? Any unusual/duplicate packages on your py

Re: [Openstack] Swift 1.7.4 stable - logging middleware adding lag to final responses

2013-01-10 Thread Leandro Reox
Yep, im planning to debug the current middleware to see if i can submit a fix or find my real problem and if it gets to dirty go to custom logging code Thanks pete Any other experiences will be very appreciated :) On Thu, Jan 10, 2013 at 2:59 PM, Pete Zaitcev wrote: > On Thu, 10 Jan 2013 12:3

Re: [Openstack] Developing with Scala/Java on OpenStack Swift

2013-01-10 Thread Luis Gervaso
I copy this to the list because somebody can have similar issues - Actually I think the issue is sbt ... (It seems that is not resolving transitive dependencies) First: Look and check if you added https://maven.java.net/content/repositories/snapshots https://raw.github.com/woorea/maven/mas

Re: [Openstack] OpenStack Java SDK

2013-01-10 Thread Luis Gervaso
Hi Antonio, The master branch is the currently branch I'm working on. This branch has support for the Quantum project (thanks to benn-cs ) The main difference with older branches (essex) is a more decoupled API: Command design pattern is key in the master. This way t

Re: [Openstack] Swift 1.7.4 stable - logging middleware adding lag to final responses

2013-01-10 Thread Pete Zaitcev
On Thu, 10 Jan 2013 12:37:57 -0300 Leandro Reox wrote: > When we turn off the proxy-logging middleware, everything starts to > response like a charm 8ms or so vs 800-1400ms !!! At a guess, maybe the proxy-logging middle accidentially tries to resolve an IP address somewhere? > And i cant find t

Re: [Openstack] OpenStack Java SDK

2013-01-10 Thread Gui Maluf
frans, you can always use devstack for a fast local OS deploy. Antonio I've interest in openstack-java-sdk, the only difference is that I'm using scala, instead of Java. I'm quite new at this and having a lot a difficulty trying to make my code connect with Keystone. I hope you can get your answer

Re: [Openstack] Instances RedHat / Centos / Fedora vs /dev/vdx

2013-01-10 Thread Vishvananda Ishaya
On Jan 10, 2013, at 5:50 AM, Alex Vitola wrote: > I'm creating the Dashboard / Horizon. > > Using m1.small flavor. > > Strange that using the same process works with Ubuntu. > > Using command line, same problem > > ~# nova boot --flavor=6 --image=e4fc62b7-5e1b-457b-a578-26939b547ed0 > CentOS

Re: [Openstack] Error in Horizon or misconfiguration?

2013-01-10 Thread Dolph Mathews
The fix was made to keystoneclient, so it does not require backporting. You can use the latest keystoneclient with either diablo, Essex or Folsom. -Dolph On Thursday, January 10, 2013, Matthias Runge wrote: > On 01/10/2013 01:33 PM, JuanFra Rodriguez Cardoso wrote: > > Hi guys! > > > > Do you kn

[Openstack] Swift 1.7.4 stable - logging middleware adding lag to final responses

2013-01-10 Thread Leandro Reox
Hi all, We're having a problem when we migrated from 1.4.8, 1.7.4 , and we activated the the proxy-logging middleware On the proxy.log itself we're seeing excelent response times, but it seems that is adding some overhead somewere cause we are seeing on the reques originator that the times are re

Re: [Openstack] Error in Horizon or misconfiguration?

2013-01-10 Thread JuanFra Rodriguez Cardoso
Great, Ray! That solved my bug with Quota summary. As info for other with the same problem, in CentOS deployments, the full path for these changes would be in: /usr/lib/python2.6/site-packages/horizon/templates/horizon/common/_quota_summary.html Thanks so much guys! Regards, JuanFra 2013/1/10

Re: [Openstack] Error in Horizon or misconfiguration?

2013-01-10 Thread Ray Sun
Maybe this bugs is related with your Quota Summary. https://bugs.launchpad.net/horizon/+bug/1055929 Just replace 'usage.quota' with 'usage.quotas' in horizon/templates/horizon/common/_quota_summary.html. - Ray Yours faithfully, Kind regards. CIeNET Technologies (Beijing) Co., Ltd Email: qsun01.

Re: [Openstack] Instances RedHat / Centos / Fedora vs /dev/vdx

2013-01-10 Thread Alex Vitola
I'm creating the Dashboard / Horizon. Using m1.small flavor. Strange that using the same process works with Ubuntu. Using command line, same problem ~# nova boot --flavor=6 --image=e4fc62b7-5e1b-457b-a578-26939b547ed0 CentOS-6.3-i386- --tenant_id=debd50b4ec2b4905a3296ac0f0971849 att Alex Vito

Re: [Openstack] Error in Horizon or misconfiguration?

2013-01-10 Thread Matthias Runge
On 01/10/2013 01:33 PM, JuanFra Rodriguez Cardoso wrote: > Hi guys! > > Do you know if this Horizon's bug have been solved? In my fresh > installation (2012.2.1 from EPEL), it keeps crashing. > However, remaining operations in dashboard work fine! > Its' a known error in keystone, which has been

Re: [Openstack] Instances RedHat / Centos / Fedora vs /dev/vdx

2013-01-10 Thread Pádraig Brady
On 01/10/2013 12:18 PM, Alex Vitola wrote: I'm having the following problem Release Folsom When I install any version of "Like" Redhat (Fedora all release, CentOS 6 and 6.3), during the installation the anaconda not find hard disk. But, if i switch to the console and give it an "fdisk -l" the

Re: [Openstack] Error in Horizon or misconfiguration?

2013-01-10 Thread JuanFra Rodriguez Cardoso
Thanks for replying quickly! Yes, I knew about this property. By default is 'internalURL', but although it's modified and restarted httpd, errors related to EndpointNotFound continue logging with endpoint_type='adminURL'. On the other hand, in Horizon, the Quota Summary in Project tab, is shown e

Re: [Openstack] Error in Horizon or misconfiguration?

2013-01-10 Thread Razique Mahroua
Hi JuanFra,yes it has been commited herehttps://github.com/openstack/python-keystoneclient/commit/0dfc69806d3767a7f6be91d9df18f20d31866c91:) Razique Mahroua - Nuage & Corazique.mahr...@gmail.comTel : +33 9 72 37 94 15 Le 10 janv. 2013 à 13:33, JuanFra Rodriguez Cardoso

Re: [Openstack] Error in Horizon or misconfiguration?

2013-01-10 Thread Diego Parrilla Santamaría
You can change the endpoint type in Horizon: Modify this file: /etc/openstack-dashboard/local_settings.py and add (or edit) this property: OPENSTACK_ENDPOINT_TYPE=endpoint_type and endpoint_type can be internalURL, publicURL and adminURL, as usual. Cheers Diego -- Diego Parrilla

Re: [Openstack] Error in Horizon or misconfiguration?

2013-01-10 Thread JuanFra Rodriguez Cardoso
Hi guys! Do you know if this Horizon's bug have been solved? In my fresh installation (2012.2.1 from EPEL), it keeps crashing. However, remaining operations in dashboard work fine! [Thu Jan 10 13:20:19 2013] [error] Traceback (most recent call last): [Thu Jan 10 13:20:19 2013] [error] File "/us

[Openstack] Instances RedHat / Centos / Fedora vs /dev/vdx

2013-01-10 Thread Alex Vitola
I'm having the following problem Release Folsom When I install any version of "Like" Redhat (Fedora all release, CentOS 6 and 6.3), during the installation the anaconda not find hard disk. But, if i switch to the console and give it an "fdisk -l" the Disk /dev/vda is there. Inclusive i can crea

Re: [Openstack] Migrate Instance to another Tenant ID in the same environment

2013-01-10 Thread Tim Bell
Updating the DB for the project would be one step but there are other potential things to consider such as attached volumes. Building up the set of things that need to be done in the doc would be useful but eventually we need to get to an openstack command that can do this (or do the equivalent c

Re: [Openstack] Migrate Instance to another Tenant ID in the same environment

2013-01-10 Thread Davide Guerri
Thanks for this one. ... someone should really maintain a wiki with all the tricks that are passing through this ML! Cheers, Davide. On 10/gen/2013, at 11:15, Alex Vitola wrote: > Changed directly by the database. > > Not the best way but I did because it was an environment. > > So far I

Re: [Openstack] Migrate Instance to another Tenant ID in the same environment

2013-01-10 Thread Sébastien Han
Cool! -- Regards, Sébastien Han. On Thu, Jan 10, 2013 at 11:15 AM, Alex Vitola wrote: > Changed directly by the database. > > Not the best way but I did because it was an environment. > > So far I have not found any problems > > > mysql> use nova; > mysql> UPDATE `nova`.`instances` SET `user_i

Re: [Openstack] Migrate Instance to another Tenant ID in the same environment

2013-01-10 Thread Alex Vitola
Changed directly by the database. Not the best way but I did because it was an environment. So far I have not found any problems mysql> use nova; mysql> UPDATE `nova`.`instances` SET `user_id` = 'c892202c2a134b8e9f19c047f29c60ee', `project_id` = 'debd50b4ec2b4905a3296ac0f0971849' WHERE `instanc

Re: [Openstack] Wasted Compute node disk space

2013-01-10 Thread Razique Mahroua
Wow, great approach guys. The video provides great insightthanks Razique Mahroua - Nuage & Corazique.mahr...@gmail.comTel : +33 9 72 37 94 15 Le 8 janv. 2013 à 23:28, Joshua McKenty a écrit :Greg - this is how we do it. See "Null-Tier Architecture" at http://www.pistoncloud.co

Re: [Openstack] [Ceilometer] Ganglia Ceilometer integration

2013-01-10 Thread Jiang, Yunhong
> -Original Message- > From: shengjie_...@dell.com [mailto:shengjie_...@dell.com] > Sent: Thursday, January 10, 2013 1:38 AM > To: Jiang, Yunhong > Cc: openstack@lists.launchpad.net > Subject: RE: [Openstack] [Ceilometer] Ganglia Ceilometer integration > > >If Ganglia has interest in ceil

Re: [Openstack] Migrate Instance to another Tenant ID in the same environment

2013-01-10 Thread Razique Mahroua
+1Seb, have you ever tried to change the tenant id for an instance into the database and reboot/ recover it? I wonder how nova behaves into such case Razique Mahroua - Nuage & Corazique.mahr...@gmail.comTel : +33 9 72 37 94 15 Le 9 janv. 2013 à 22:18, Sébastien Han a écri

Re: [Openstack] Dashboard/horizon PRODUCTION bug

2013-01-10 Thread Razique Mahroua
Hi Sina, look into /var/log/apache2/error.log in order to see what causes that code 500Regards, Razique Mahroua - Nuage & Corazique.mahr...@gmail.comTel : +33 9 72 37 94 15 Le 10 janv. 2013 à 04:53, Sina Sadeghi a écrit : I just upgraded the openstack-d