[Openstack] Attach CD/DVDROM to instance

2013-08-19 Thread Mahardhika
Hi, wondering how to attach cd with iso on it to running instance? iso has been submit to glance. -- Regards, Mahardhika Gilang ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.or

[Openstack] 'sudo ovs-vsctl' hit no tty issue

2013-08-19 Thread Yuling_C
Hi All, I'm developing a Quantum plugin and need to run 'sudo ovs-vsctl' command in my python code. When I run it as a script on Ubuntu, it was OK. However, if I run it as a background service(process), I hit the following error: YuLing debug -->line=sudo: no tty present and no askpass program

Re: [Openstack] Floating ip to VMs

2013-08-19 Thread Yong
I am afraid we can not with neutron now 发自我的 iPhone 在 2013-8-19,下午9:18,Jitendra Bhaskar 写道: > So is there any other way or plugin so that vm will get floating ip at boot > time ? > > > On Mon, Aug 19, 2013 at 6:28 PM, Salvatore Orlando > wrote: >> That is correct - the blueprint that wou

Re: [Openstack] Baremetal OS image support

2013-08-19 Thread Jake G.
Thanks for the reply. That is good to here. However, My baremetal host is CentOS 6.4 so i am unable to run diskimage-builder. Is there another way to create images for baremetal? Or perhaps pre-made images somewhere? Thanks From: Clint Byrum To: openstack Sen

Re: [Openstack] Networking issue in Vlan mode

2013-08-19 Thread Gangur, Hrushikesh (HP Converged Cloud - R&D - Sunnyvale)
You need to enable VLAN tagging (in your case it is 102) on the switch side to allow traffic. In your case, such packets are getting dropped by the switch. Regards~Hrushi From: amogh patel [mailto:amoghpate...@gmail.com] Sent: Monday, August 19, 2013 4:24 PM To: openstack@lists.openstack.org Sub

[Openstack] Fwd: [keystone] Support domain-specific Identity Backends

2013-08-19 Thread Dolph Mathews
On Mon, Aug 19, 2013 at 6:09 PM, Miller, Mark M (EB SW Cloud - R&D - Corvallis) wrote: > Hello Dolph, > > We have recently been looking for a way to access multiple LDAP servers > from a single Keystone server. It looks like the code you just finished > provides this functionality. Am I correct?

[Openstack] Networking issue in Vlan mode

2013-08-19 Thread amogh patel
Hi everyone, Need some help in configuring Openstack nova network in Vlan mode. My existing working environment: 1) 3 Hosts (controller1 and compute1 & compute2 nodes) with single network interface in individual host. 2) Was using FlatDHCPManager so far, now I've changed it to Vlan mode by follow

Re: [Openstack] SSH permissions (was: Re: Error during live migration)

2013-08-19 Thread Guilherme Russi
Yes: nova-manage service list Binary Host Zone Status State Updated_At nova-certhemera internal enabled:-) 2013-08-19 22:20:14 nova-scheduler hemera internal enabled:-) 2

Re: [Openstack] SSH permissions (was: Re: Error during live migration)

2013-08-19 Thread Razique Mahroua
Can you run nova-manage service list ? Razique Mahroua - Nuage & Corazique.mahr...@gmail.comTel : +33 9 72 37 94 15 Le 19 août 2013 à 22:27, Guilherme Russi a écrit :Hello again Razique, I was trying to migrate through the terminal and I'm getting this line from my con

Re: [Openstack] SSH permissions (was: Re: Error during live migration)

2013-08-19 Thread Guilherme Russi
Hello again Razique, I was trying to migrate through the terminal and I'm getting this line from my controller node: nova live-migration f18b6d2b-f685-4476-a7c0-e735db5113cf 192.168.3.3 ERROR: Compute service of 192.168.3.3 is unavailable at this time. (HTTP 400) (Request-ID: req-454960fb-6652-46e

Re: [Openstack] Heat returned 400 bad request for test_stack_crud_no_resources

2013-08-19 Thread XINYU ZHAO
An update. It turns out that my heat branch is messed up by an obsolete api folder, which is supposed to be superseded by api.py. On Mon, Aug 19, 2013 at 11:01 AM, XINYU ZHAO wrote: > Hi > I have run tempest full test multiple times based on the latest code base > of master, but it always faile

[Openstack] Heat returned 400 bad request for test_stack_crud_no_resources

2013-08-19 Thread XINYU ZHAO
Hi I have run tempest full test multiple times based on the latest code base of master, but it always failed here: I have checked the heat code , i don't find any reason why extract_args can't be imported. Could anybody help, thanks! ===

Re: [Openstack] VNC is not working

2013-08-19 Thread MinoX
Ok. I don't know. The command nova get-vnc-console ID novnc generate that in my environment 2013-08-19 18:50:02 AUDIT nova.consoleauth.manager [req-3956b820-0f72-475d-ac0e-10e663368fff 0f5e030e8ac44d9a8a91d80d5ceeb45f 8431ce087f4e40a4baf7dcb38d9278fc] Received Token: 3d1f1b20-02fc-46f8-b823-87af9

Re: [Openstack] Baremetal OS image support

2013-08-19 Thread Clint Byrum
Excerpts from Matt Hogstrom's message of 2013-08-19 09:39:14 -0700: > Linux as a starting point makes sense, but, wouldn't the long term plan > include any bootable instance? I would find it interesting to boot Windows, > a KVM instance (fits Linux), Solaris x86, FreeBSD to name a few. > Anyth

Re: [Openstack] VNC is not working

2013-08-19 Thread Jitendra Bhaskar
Resolved vnc console issue. Started vnc in debug and passed "nova_token" value in rfb.js. After that console came. Thanks Minox for clue. On Mon, Aug 19, 2013 at 9:04 PM, Jitendra Bhaskar wrote: > Only one nova-consoleauth process is running on controller. Started > consoleauth in debug mode ,

Re: [Openstack] Baremetal OS image support

2013-08-19 Thread Matt Hogstrom
Linux as a starting point makes sense, but, wouldn't the long term plan include any bootable instance? I would find it interesting to boot Windows, a KVM instance (fits Linux), Solaris x86, FreeBSD to name a few. On Aug 19, 2013, at 12:18 PM, Clint Byrum wrote: > Excerpts from Jake G.'s mess

Re: [Openstack] Baremetal OS image support

2013-08-19 Thread Clint Byrum
Excerpts from Jake G.'s message of 2013-08-19 02:13:57 -0700: > Hi all! > > Just wondering if the baremetal provisioning driver supports any other OS`s > images besides ubuntu? > REHL, CentOS, etc...? Hi Jake, Any Linux OS that can be PXE booted should work. You just need to be able to upload a

Re: [Openstack] SSH permissions (was: Re: Error during live migration)

2013-08-19 Thread Guilherme Russi
I'm migrating it through the dashboard with the admin user. Is it wrong? Thank you. Guilherme. 2013/8/19 Razique Mahroua > quick question, how do you migrate the instance ? and does it belong to > the tenant? > > > Le 19 août 2013 à 15:36, Guilherme Russi a > écrit : > > The VM looks to be t

Re: [Openstack] SSH permissions (was: Re: Error during live migration)

2013-08-19 Thread Razique Mahroua
quick question, how do you migrate the instance ? and does it belong to the tenant? Le 19 août 2013 à 15:36, Guilherme Russi a écrit : > The VM looks to be there: > > du -h instances/ > 4,0K instances/keys > 1,9G instances/_base > 0 instances/locks > 310M instances/edca1460-9c97-475e-9

Re: [Openstack] VNC is not working

2013-08-19 Thread MinoX
How many nova-consoleauth process you have? Three? One in each controller?. In this case, the nova-consoleauth(s) should shared the tokens. Enabled verbose output to nova-consoleauth log and you see token - FAIL? 2013/8/19 Jitendra Bhaskar > Hi, > > Unable to see console using vnc. Running op

Re: [Openstack] [cinder] backport patch

2013-08-19 Thread Gary Kotton
Please look at https://wiki.openstack.org/wiki/StableBranch Thanks Gary From: Victor Rodionov [mailto:victor.rodio...@nexenta.com] Sent: Monday, August 19, 2013 5:32 PM To: openstack@lists.openstack.org Subject: [Openstack] [cinder] backport patch Hello, Is any procedure how I can backport patch

[Openstack] [cinder] backport patch

2013-08-19 Thread Victor Rodionov
Hello, Is any procedure how I can backport patch to previous Cinder release version? Thanks, Victor Rodionov ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http:/

Re: [Openstack] Unable to run Glance in a Devstack Installation

2013-08-19 Thread Cristian Falcas
do you have ant strange characters in /etc/glance/glance-api.conf? perl -pe 's/[[:ascii:]]//g' /etc/glance/glance-api.conf On Wed, Aug 14, 2013 at 6:54 PM, Victor Ruiz wrote: > Hello everyone, > > I'm trying to install Openstack by using Devstack, in a Ubuntu Server > 12.04.2 VM but when I laun

[Openstack] VNC is not working

2013-08-19 Thread Jitendra Bhaskar
Hi, Unable to see console using vnc. Running openstack with three node controller, network and compute. Compute node nova.conf for vnc : # novnc vnc_enabled=true novncproxy_base_url=http://public_ip_of_controller:6080/vnc_auto.html novncproxy_port=6080 vncserver_proxyclient_address=management_ip_

Re: [Openstack] install python-swiftclient fails

2013-08-19 Thread Neil Tong
Try the following Pip install python-swiftclient Sudo it if your not root If you don't have Pip do apt-get install python-setuptools first. Neil Tong Cyril Roelandt wrote: On 08/19/2013 08:54 AM, pangj wrote: > Hello, > > I follow this doc to install the swift around multi servers. > http:/

Re: [Openstack] SSH permissions (was: Re: Error during live migration)

2013-08-19 Thread Guilherme Russi
The VM looks to be there: du -h instances/ 4,0K instances/keys 1,9G instances/_base 0 instances/locks 310M instances/edca1460-9c97-475e-997b-3266b235e797 260M instances/0fe59b28-04a3-41bb-9926-b7d139a70548 323M instances/aeda1c56-72ba-40a7-9857-01a622540505 7,0M instances/f4af662d-ae55-4346-82cf-a

Re: [Openstack] SSH permissions (was: Re: Error during live migration)

2013-08-19 Thread Razique Mahroua
Looks like the file doesn't exist.Can you spawn a new instance and try to migrate it again?thanks Razique Mahroua - Nuage & Corazique.mahr...@gmail.comTel : +33 9 72 37 94 15 Le 19 août 2013 à 13:41, Guilherme Russi a écrit :Hello Peter, Thank you for your help too :) 

Re: [Openstack] Floating ip to VMs

2013-08-19 Thread Jitendra Bhaskar
So is there any other way or plugin so that vm will get floating ip at boot time ? On Mon, Aug 19, 2013 at 6:28 PM, Salvatore Orlando wrote: > That is correct - the blueprint that would add this feature is the one > linked by Cristian. > > however, please note that now this blueprint has been

Re: [Openstack] Floating ip to VMs

2013-08-19 Thread Jitendra Bhaskar
Hi Cristi, Automatically means at boot time.. On Mon, Aug 19, 2013 at 5:57 PM, Cristian Falcas wrote: > automaticaly you mean? > > It looks like it will be available in havana release: > https://blueprints.launchpad.net/neutron/+spec/auto-associate-floating-ip > > > On Sun, Aug 18, 2013 at 8:

Re: [Openstack] Floating ip to VMs

2013-08-19 Thread Salvatore Orlando
That is correct - the blueprint that would add this feature is the one linked by Cristian. however, please note that now this blueprint has been untargeted from Havana and it has no assignee. Salvatore On 19 August 2013 14:46, Cristian Falcas wrote: > Can't be done yet with quantum, from what

Re: [Openstack] Floating ip to VMs

2013-08-19 Thread Jitendra Bhaskar
Thanks Cristian for quick response. On Mon, Aug 19, 2013 at 6:16 PM, Cristian Falcas wrote: > Can't be done yet with quantum, from what I know. > > > On Mon, Aug 19, 2013 at 3:45 PM, Jitendra Bhaskar > wrote: > > Hi Cristi, > > > > Automatically means at boot time.. > > > > > > > > > > On Mon,

Re: [Openstack] Floating ip to VMs

2013-08-19 Thread Cristian Falcas
Can't be done yet with quantum, from what I know. On Mon, Aug 19, 2013 at 3:45 PM, Jitendra Bhaskar wrote: > Hi Cristi, > > Automatically means at boot time.. > > > > > On Mon, Aug 19, 2013 at 5:57 PM, Cristian Falcas > wrote: >> >> automaticaly you mean? >> >> It looks like it will be availabl

[Openstack] Nova and XenServer with VlanManager don't create VLAN PIF for tenant instances

2013-08-19 Thread MinoX
Hi! First of all, sorry for my bad English. I'm new with XenServer but not with OpenStack + KVM. I'm deploying an environment with OpenStack for bachellor project. For various reasons at the end I opted for XenServer but I have a problem with networking. When I instantiate a machine of a project

Re: [Openstack] Floating ip to VMs

2013-08-19 Thread Cristian Falcas
automaticaly you mean? It looks like it will be available in havana release: https://blueprints.launchpad.net/neutron/+spec/auto-associate-floating-ip On Sun, Aug 18, 2013 at 8:43 PM, Jitendra Bhaskar wrote: > Hi, > > I am using openstack grizzly with three nodes controller, network and > compu

Re: [Openstack] SSH permissions (was: Re: Error during live migration)

2013-08-19 Thread Guilherme Russi
Hello Peter, Thank you for your help too :) I've changed the permission and now I'm getting another error when I try to migrate: cat /var/log/nova/nova-compute.log | grep -E ERROR 2013-08-19 08:17:19.990 12667 ERROR nova.manager [-] Error during ComputeManager._run_image_cache_manager_pass: Une

Re: [Openstack] Image to instance fails

2013-08-19 Thread Toni F. [ackstorm]
Hello, I was reading that snapshots are not supported for RAW images. When i perform "instance to image" i see that cinder tries to do a snapshot 2013-08-19 13:07:53 DEBUG cinder.volume.manager [req-b22e3a06-6096-4da7-b9d2-f02f3980c083 55b70876b2d24eb393da5119cb2b8ee4 36d462972b1d49c5850ca86

Re: [Openstack] Image to instance fails

2013-08-19 Thread Toni F. [ackstorm]
Hello, I have been trying to download the images of snapshots or images created from volumes and it seems that all of those images are corrupted. #glance image-download 4214ae2e-b0c6-42c3-a19c-451466dbc390 [Errno 32] Corrupt image download. Checksum was d41d8cd98f00b204e9800998ecf8427e expec

[Openstack] Baremetal OS image support

2013-08-19 Thread Jake G.
Hi all! Just wondering if the baremetal provisioning driver supports any other OS`s images besides ubuntu? REHL, CentOS, etc...? Thanks! Jake___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.

[Openstack] Help Import Centos 5.x from virtualbox (.vdi) to openstack

2013-08-19 Thread Mahardhika
Hi all, first i've no issue while importing centos 6.x .vdi file to glance system to used for instance, it just work like a charm but when i want to importing centos 5.x .vdi image to glance and used for instance it stuck at booting, error message is *mount: could not find filesystem '/dev/roo

Re: [Openstack] install python-swiftclient fails

2013-08-19 Thread Cyril Roelandt
On 08/19/2013 08:54 AM, pangj wrote: Hello, I follow this doc to install the swift around multi servers. http://docs.openstack.org/developer/swift/howto_installmultinode.html But I got error as this: root@default:/etc/apt# apt-get install python-swiftclient Reading package lists... Done Buildi

Re: [Openstack] problem in creating builder files in swift

2013-08-19 Thread pragya jain
thank you very much sir, for the suggestion. It work. i had successfully created the builder files. now, I have to configure logging to a single local file for this, according to book, I have to create a /etc/rsyslog.d/0-swift.conf with contents local0.* /var/log/swift/all.log I run the followin

[Openstack] install python-swiftclient fails

2013-08-19 Thread pangj
Hello, I follow this doc to install the swift around multi servers. http://docs.openstack.org/developer/swift/howto_installmultinode.html But I got error as this: root@default:/etc/apt# apt-get install python-swiftclient Reading package lists... Done Building dependency tree Reading state infor

[Openstack] Keystone Centralized Quota Management

2013-08-19 Thread Dmitry Stepanenko
While working on store-quota-data blueprint ( https://blueprints.launchpad.net/keystone/+spec/store-quota-data) in the step of discussing appropriate identity-api extension, we stopped on the resource object discussion. Resource is a new term in keystone - it's some characteristics which can be me