[Openstack] Unable to see compute node in horizon

2013-08-14 Thread Jitendra Bhaskar
Hi , I installed openstack with three nodes controller, compute and network . Added second compute too. I am able to see compute node in cli on controller : nova hypervisor-list . Can any body suggest how can we see in horizon. -- * Thanks & Regards * *Jitendra Kumar Bhaskar* Cell:- +91 730631

Re: [Openstack] Create volume from image fails with RBD backend

2013-08-14 Thread Josh Durgin
On 08/11/2013 03:58 PM, Francois Deppierraz wrote: Hi, On a grizzly setup with both glance and cinder configured with RBD backend, I cannot find a way to create a new volume from a (raw) image. The resulting volume is correctly created but remains full of NULL bytes. $ glance show 92af7175-9478

Re: [Openstack] Unable to see compute node in horizon

2013-08-14 Thread raghavendra.lad
Hi Jitendra, That's Good. Have you tried to ssh into the instance and are you able to create volume. Regards, Raghavendra Lad From: Jitendra Bhaskar [mailto:[email protected]] Sent: Wednesday, August 14, 2013 12:27 PM To: [email protected] Subject: [Openstack] Unable to see com

[Openstack] I18n's meeting tomorrow

2013-08-14 Thread Ying Chun Guo
Hi, There will be OpenStack I18n team meeting at 0100UTC on Thursday (August 15th) in IRC channel #openstack-meeting. The time, we use Asia/America friendly time. Welcome to join the meeting. We will cover following topics this time: Action items from the last meeting Progress with

[Openstack] [Keystone] How to restrict the returned service endpoints to client ?

2013-08-14 Thread Kuo Hugo
Hi folks, Is there a way to specify the particular service endpoints been returned to user? *[Scenario 1]* There're Nova / Glance / Swift / Keystone services defined in service table. Also the relevant endpoints for each service. Let's say User:foo Tenant: tenant-foo Is it possible to retur

Re: [Openstack] Fwd: [vmwareapi] Could we distribute wsdl files from vSphere SDK?

2013-08-14 Thread Roman Sokolkov
Shawn, thanks a lot. Roman 2013/8/14 Tom Fifield > Thanks for your efforts Shawn. We're here to help over at #openstack-doc > on Freenode IRC > (https://wiki.openstack.org/**IRC) > or at the openstack-docs mailing list http://lists.openstack.org/** > cgi-bin/ma

[Openstack] FW: Unable to see compute node in horizon

2013-08-14 Thread raghavendra.lad
Hi Jitendra, Please find the details. You need to declare the security Firewall rules for TCP and ICMP. You need to edit the default security group rules to allow TCP and ICMP traffic to the VM. nova secgroup-add-rule default tcp 22 22 0.0.0.0/0 nova secgroup-add-rule default icmp -1 -1 0.0.0.0/

[Openstack] FW: FW: FW: Unable to see compute node in horizon

2013-08-14 Thread raghavendra.lad
Hi Jitendra, That is the Openstack document which is good. Please check your Firewall and IPTables also the Bridge setup. Regards, Raghavendra Lad From: Jitendra Bhaskar [mailto:[email protected]] Sent: Wednesday, August 14, 2013 3:36 PM To: Lad, Raghavendra Subject: Re: FW: FW: [Openstac

Re: [Openstack] Unable to see compute node in horizon

2013-08-14 Thread Matthias Runge
On 14/08/13 08:56, Jitendra Bhaskar wrote: > I installed openstack with three nodes controller, compute and network . > Added second compute too. I am able to see compute node in cli on > controller : nova hypervisor-list . Can any body suggest how can we see > in horizon. > IMHO you don't see the

Re: [Openstack] Unable to see compute node in horizon

2013-08-14 Thread Ritesh Nanda
Hello , You will not be able to see compute node in horizon , yes once a vm is scheduled on that compute node , in the admin tab of instance(horizon admin user ) you can see the node on which this vm is scheduled. On Wed, Aug 14, 2013 at 12:49 AM, wrote: > Hi Jitendra, > > ** ** > > That’

Re: [Openstack] Unable to see compute node in horizon

2013-08-14 Thread Jitendra Bhaskar
Hi Ritesh, Thats I am able to see in admin tab of instances. But if i want to know how many vcpus , memory and disk space is available , then what is the way ? And how can I lunch instances on desired compute node ? On Wed, Aug 14, 2013 at 6:08 PM, Ritesh Nanda wrote: > Hello , > > You will not

Re: [Openstack] Unable to see compute node in horizon

2013-08-14 Thread Ritesh Nanda
At present to schedule vm on specific host you need to use nova boot cli. If your vm needs specific architecture means undelyning hardware, then you can refer glance image properties . Regards, Ritesh Sent from my Windows Phone -- From: Jitendra Bhaskar Sent: 14-08

Re: [Openstack] Unable to see compute node in horizon

2013-08-14 Thread Christian Berendt
On 08/14/2013 02:52 PM, Jitendra Bhaskar wrote: > Thats I am able to see in admin tab of instances. But if i want to know > how many vcpus , memory and disk space is available , then what is the > way ? I added a new panel to Horizon in Havana (should be available in the second milestone). It's av

[Openstack] Image to instance fails

2013-08-14 Thread Toni F. [ackstorm]
Hi all, I have boot-from-volume instances working with ceph as storage backend. I'm testing "instance to image" feature. It works fine. But, when i use this new image to do image to instance i have this error ==> /var/log/cinder/cinder-volume.log <== IOError: [Errno 32] Corrupt image downloa

[Openstack] s3token, getting HTTP 403 (Forbidden)

2013-08-14 Thread Axel Christiansen
Hello List. Does anyone using grizzly swift3 with keystone successful? I just can not manage to get it working. Keystone does autheticate the request. At the end swift returns a HTTP 403 (Forbidden). It lookes like the problem occurs at the last 2 lines of the log. Keystone grants a token a

[Openstack] Unable to run Glance in a Devstack Installation

2013-08-14 Thread Victor Ruiz
Hello everyone, I'm trying to install Openstack by using Devstack, in a Ubuntu Server 12.04.2 VM but when I launch the installation script I always get this error: + screen -S stack -p g-api -X stuff 'cd /opt/stack/glance; /usr/local/bin/glance-api --config-file=/etc/glance/glance-api.conf || tou

Re: [Openstack] [Keystone] How to restrict the returned service endpoints to client ?

2013-08-14 Thread Miller, Mark M (EB SW Cloud - R&D - Corvallis)
Yes there is. Refer the endpoint section of the Identity v3 documentation: https://github.com/openstack/identity-api/blob/master/openstack-identity-api/v3/src/markdown/identity-api-v3.md Mark From: Kuo Hugo [mailto:[email protected]] Sent: Wednesday, August 14, 2013 1:37 AM To: openstack@lists.

Re: [Openstack] local openstack and EC2 nodes

2013-08-14 Thread George Mihaiescu
Hi Steve, You could use Hybridfox to manage your EC2 instances and your Openstack local cloud, which is not exactly what you wanted but it achieves the same goal. https://code.google.com/p/hybridfox/ Hope this helps. George -Original Message- From: Steve Heistand [mailto:steve.heist

Re: [Openstack] [Keystone] How to restrict the returned service endpoints to client ?

2013-08-14 Thread Kuo Hugo
Hi Miller, Do you mean the enabled (boolean) optional attribute in this section Endpoints ? If so, that's for disabling a particular endpoint rather than masking

Re: [Openstack] Unable to see compute node in horizon

2013-08-14 Thread Jitendra Bhaskar
Thanks a lot Christian. I will try and will post the the status. Can you please share me any doc to add multiple node. Now I followed http://docs.openstack.org/grizzly/basic-install/apt/content/basic-install_compute.htmlto setup all three nodes. Only I updated the compute ip in all nodes in /etc/ho

Re: [Openstack] Fwd: [vmwareapi] Could we distribute wsdl files from vSphere SDK?

2013-08-14 Thread Dan Wendlandt
Hi Roman, Glad to have you folks looking at the VMware driver. As Shawn mentioned, this is really just needed as a work-around for older vSphere versions, but I'd like to help you get this figured out anyway. The FAQ your point to states: Q. Can I redistribute the VI SDK libraries and sample co

[Openstack] Error during live migration

2013-08-14 Thread Guilherme Russi
Hello guys, I've been facing an error with live migration since last week and I wonder why I can't migrate my instances. I'm using the Grizzly release and I got this error in my both compute nodes: 2013-08-14 15:49:47.788 ERROR nova.compute.manager [req-1fad8da2-2682-48a4-a390-64cb00036568 c402

Re: [Openstack] Fwd: [vmwareapi] Could we distribute wsdl files from vSphere SDK?

2013-08-14 Thread Roman Sokolkov
Dan, thanks, Your reasons sounds right, wsdl files are part of vim.jar and vim25.jar and could be distributed like archives as mentioned in FAQ. I think now there is no strong necessity to ask vmware license experts ( except some academic interest :) ), because with your help, guys, we've found '

Re: [Openstack] Error during live migration

2013-08-14 Thread Md. Maruful Hassan
I have not done the live-migration setup before but looking at the log it seems like you don't have ssh setup right between your compute nodes. 013-08-14 15:49:48.294 1700 TRACE nova.openstack.common.rpc.amqp Command:*ssh 10.3.77.52 mkdir -p /var/lib/nova/instances/e04986a1-8f56-4dd9-9995-419e0543

[Openstack] [swift] permission denied errors during swift-init start main

2013-08-14 Thread Snider, Tim
Through an unfortunate series of events I get "permission denied" trying to start the account, container, and object server. Circumstantial evidence points to (maybe) the swift user/group or something with syslog being messed up. If someone could give me some pointers I'd appreciate it. This hap

Re: [Openstack] [swift] permission denied errors during swift-init start main

2013-08-14 Thread Snider, Tim
Additionally here's the account.error file: root@swift21:/var/log/swift# cat account.error Aug 14 19:08:52 swift21 swift-account-server STDOUT: Traceback (most recent call last): Aug 14 19:08:52 swift21 swift-account-server STDOUT: File "/usr/lib/python2.7/dist-packages/eventlet/greenpool.py", li

Re: [Openstack] [swift] permission denied errors during swift-init start main

2013-08-14 Thread Clay Gerrard
I think you're running an older version of swift, but I'm pretty sure that loadapp line is right after drop_privledges in run_wsgi. So the process starts as root, and can read the config - then it drops privileges to the run user configured in the conf and can't access the file anymore. ... but e

Re: [Openstack] [Keystone] How to restrict the returned service endpoints to client ?

2013-08-14 Thread Kuo Hugo
Hi Miller, Got it. It's the same way with swift client tool to invoke --region parameter. So that the mask must be on the client tool instead of prevent it from keystone server. That make sense for the architecture of OpenStack project. Appreciate for your response in details. +Hugo Kuo+ h..