Re: [Openstack] [Quantum] Error while creating integration bridge

2013-05-09 Thread Ashutosh Narayan
Hi Kamarul, Thanks for the response. It helped me resolve the issue. On Thu, May 9, 2013 at 11:52 AM, Kamarul wrote: > Hi Ashutosh, > > In reply to your query on Quantum CLI errors on Grizzly > > I have similar error when running quantum net-create private as per step > 13.1 Create a private ne

[Openstack] [Grizzly] Unable to create volumes

2013-05-09 Thread Ashutosh Narayan
Hi folks, Am all set to launch an instance after getting good response from this mailing list for most of my queries. I am now facing issues in creating volumes from the dashboard. Here is volume log file for reference : 2013-05-09 15:24:49ERROR [cinder.service] Unhandled exception Traceback

Re: [Openstack] [Grizzly] Unable to create volumes

2013-05-09 Thread Eric_E_Smith
Does pvscan show any disks assigned to the "cinder-volumes" volume group on any of your cinder nodes? That's the default volume group used for new volume creation. From: Openstack [mailto:openstack-bounces+eric_e_smith=dell@lists.launchpad.net] On Behalf Of Ashutosh Narayan Sent: Thursday

Re: [Openstack] [Grizzly] Unable to create volumes

2013-05-09 Thread Ashutosh Narayan
Hi Eric, Output of *pvscan *throws - "No matching physical volumes found" Where else can I see ? On Thu, May 9, 2013 at 3:40 PM, wrote: > Does pvscan show any disks assigned to the “cinder-volumes” volume group > on any of your cinder nodes? That’s the default volume group used for new > volu

Re: [Openstack] [Grizzly] Unable to create volumes

2013-05-09 Thread Eric_E_Smith
If you have a disk or partition that you can use to create that volume group then it might very well start working. From: Ashutosh Narayan [mailto:aashutoshnara...@gmail.com] Sent: Thursday, May 09, 2013 5:20 AM To: Smith, Eric E Cc: openstack@lists.launchpad.net Subject: Re: [Openstack] [Grizzly

[Openstack] Failed to query agent version

2013-05-09 Thread Gonzalo Alvarez
Hi all, I've managed to install OpenStack (Version 2012.1.1-18) on top of a XenServer installation. Instances are created fine, but it takes really long for Openstack to realize that the instance is up and running. In the nova-compute.log I see the following messages: 2013-05-09 05:19:47 DEBU

[Openstack] : Gateway for an instance booted in nova

2013-05-09 Thread Guduru Sirisha
Hi, We are working on essex version of Openstack. We are using Vlan Manager as the network manager. The instances booted get the compute node IP as the gateway. We have tried giving specific gateway IP(using --gateway option) during vlan creation, but it was not successful. The instances a

Re: [Openstack] [Grizzly] Unable to create volumes

2013-05-09 Thread Ashutosh Narayan
Hi Eric, Yes, I was able to create volumes after adding a new disk to the instance. I then created a physical volume followed by volume group and all went fine after that. Thank you, On Thu, May 9, 2013 at 3:55 PM, wrote: > If you have a disk or partition that you can use to create that volume

Re: [Openstack] Failed to query agent version

2013-05-09 Thread Bob Ball
Hi Gonzalo, The agent referred to here is the Rackspace-supplied agents that can be installed in images, so are present when they are booted and you do not suffer this timeout. I believe these are currently available from https://github.com/rackerlabs/openstack-guest-agents-unix and https://g

[Openstack] [Grizzly] Instances fails to launch from dashboard

2013-05-09 Thread Ashutosh Narayan
Hi Folks, All set but am not able to boot the instance from dashboard. *Environment details:* I have installed CentOS 6.3 as a VM on Xen Server 6.0.2 and it's on this CentOS VM I have installed Grizzly. Is there any issue with the driver that am using in nova.conf which is effecting this instanc

Re: [Openstack] [Grizzly] Instances fails to launch from dashboard

2013-05-09 Thread Bob Ball
Hi Ashutosh, The problem appears to be - as you suggested - that you're using the libvirt driver when you're running on XenServer. Have a look at http://docs.openstack.org/trunk/openstack-compute/admin/content/introduction-to-xen.html and set the compute_driver and supporting values as defined

Re: [Openstack] Failed to query agent version

2013-05-09 Thread Gonzalo Alvarez
Hi Bob, thanks a lot for your answer, but neither of the solutions worked for me. The Rackspace-supplied agent latest version simply refuses to install on Ubuntu 13.03 and Debian 7.0. I will ask the rackerlabs people about it with a detailed description of my errors, but it doesn't seem s

Re: [Openstack] Failed to query agent version

2013-05-09 Thread Bob Ball
Hi Gonzalo, My apologies - I made a mistake when copy/pasting the key. I hope that adding the key didn't make any difference? The key should be using underscores, not hyphens: xenapi_disable_agent=True I raised https://bugs.launchpad.net/nova/+bug/1178223 as a bug to fix the default value. T

Re: [Openstack] Failed to query agent version

2013-05-09 Thread Gonzalo Alvarez
Hi Bob, Still nothing :( I've changed the nova.conf file to reflect the new key: xenapi_disable_agent=True but still doesn't work. I keep getting the timeout error messages in the nova-compute.log and the dashboard keeps showing the 'Spawning' message much longer than it should. The

Re: [Openstack] Failed to query agent version

2013-05-09 Thread Bob Ball
Hi Gonzalo, That's very strange. We've checked the code and have confirmed it should be responding to this config value as described. We've also got several test scenarios that do not have the agent installed that are not suffering from this - although there may be another configuration diffe

Re: [Openstack] Failed to query agent version

2013-05-09 Thread Gonzalo Alvarez
Hi Bob, well, it seems to me that the openstack version shipped with Debian 7.0 wheezy (2012.1.1) does not include that config key. I've made the change myself in the vmops.py file to ignore all the logic regarding the agent. I've created a patch in case somebody with the same debian vers

Re: [Openstack] Failed to query agent version

2013-05-09 Thread Bob Ball
A - understood. I now see the changes - sorry I had assumed that the config key I was talking about was present in the version of the code you are running. You could also achieve a similar result to reduce the timeout waiting for the agent by setting agent_version_timeout to a value lower

Re: [Openstack] API version in Grizzly

2013-05-09 Thread Devendra Gupta
Thanks, Anne and Gabriel. So I believe, if we develop something based on Identity v2.0 API then it will also support Identity v3.0, please correct me if I am wrong. Thanks, Devendra Gupta On 09-May-13 5:27 AM, Gabriel Hurley wrote: > In Grizzly I can send Keystone requests to either > _http://:50

[Openstack] Grizzly Installation Script

2013-05-09 Thread Rajesh Upadhayay
Hi All, I have tested Devstack cloud and got positive result. Now I want to install Grizzly with full feature for our use.. Can anyone help me to provide a script which can install the same. Thanks in advance. Thanks Rajesh ___ Mailing list: https:/

Re: [Openstack] API version in Grizzly

2013-05-09 Thread Anne Gentle
On Wed, May 8, 2013 at 6:57 PM, Gabriel Hurley wrote: > In Grizzly I can send Keystone requests to either *http:// e_host>:5000/v2.0/* or to *http://:5000/v3/* and both work > just fine (provided I send the right request). Both APIs are enabled, and > simply have different API controllers wired t

[Openstack] Fall summit - Hong Kong confirmed ?

2013-05-09 Thread Leandro Reox
Hi guys, We need to schedule our trips and get our budgets ready for the next summit, and we wanted to know if its going to happen finally on Hong Kong, dates, city and location if its already defined, we really dont want to miss it ! Thanks in advance Lean Mercadolibre cloudbuilders ___

Re: [Openstack] ConnectQuantum to VLAN-tagged physical network

2013-05-09 Thread Salvatore Orlando
Your configuration looks correct, and provider networks are what you need for implementing this use case. Is the traffic for your subnets improperly tagged, or are you unable at all to forward traffic? If you're not using GRE overlays it might make sense verifying that VLAN 108/109 are allowed on

Re: [Openstack] Fall summit - Hong Kong confirmed ?

2013-05-09 Thread Atul Jha
Hi, Hi guys, We need to schedule our trips and get our budgets ready for the next summit, and we wanted to know if its going to happen finally on Hong Kong, dates, city and location if its already defined, we really dont want to miss it ! Thanks in advance Lean Mercadolibre cloudbuilders T

[Openstack] [OSSA 2013-010] Nova uses insecure keystone middleware tmpdir by default (CVE-2013-2030)

2013-05-09 Thread Thierry Carrez
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 OpenStack Security Advisory: 2013-010 CVE: CVE-2013-2030 Date: May 9, 2013 Title: Nova uses insecure keystone middleware tmpdir by default Reporter: Grant Murphy (Red Hat), Anton Lundin Products: Nova Affects: Folsom, Grizzly Description: Grant Murp

Re: [Openstack] API version in Grizzly

2013-05-09 Thread heckj
That's not entirely the case - the API structure has changed rather significantly (mostly made more consistent and unified), so API calls to V2 may or may not match entirely with API calls to V3. We did go to the trouble of writing a very thorough spec, and then checking and updating it as we di

[Openstack] [OSSA 2013-011] Keystone tokens not immediately invalidated when user is deleted (CVE-2013-2059)

2013-05-09 Thread Thierry Carrez
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 OpenStack Security Advisory: 2013-011 CVE: CVE-2013-2059 Date: May 9, 2013 Title: Keystone tokens not immediately invalidated when user is deleted Reporter: Sam Stoelinga Products: Keystone Affects: All versions Description: Sam Stoelinga reported a

Re: [Openstack] [OSSA 2013-011] Keystone tokens not immediately invalidated when user is deleted (CVE-2013-2059)

2013-05-09 Thread Miller, Mark M (EB SW Cloud - R&D - Corvallis)
General question: Looks like a fix has been written for Grizzly. Is there an official Grizzly patch release coming out that contains this and other fixes? Regards, Mark Miller -Original Message- From: Openstack [mailto:openstack-bounces+mark.m.miller=hp@lists.launchpad.net] On Be

[Openstack] [Devstack] [Hyper-V] Instance fails to launch on Hyper-V server

2013-05-09 Thread Bruno Oliveira
Hi guys, I'm having an issue deploying a vm to a hyper-v host, i wont boot note: the disk_image itself was built by that very hyperv host I'm currently using openstack (devstack) build grizzly within a Ubuntu 12.04 LTS. And my HyperV has got the "Hyper-V Nova-Compute Driver" please, check it o

Re: [Openstack] LXC on Folsom

2013-05-09 Thread Shashank Sahni
Hi Chuan, Did you manage to resolve the following issue? init: Unable to create device: /dev/kmsg > I'm having a similar problem while running LXC on Folsom. https://lists.launchpad.net/openstack/msg23438.html Thanks and Regards, Shashank Sahni ___

Re: [Openstack] Grizzly fails on ubuntu server 13.04

2013-05-09 Thread Nikhil Mittal
I am seeing this email after a long time. Quite recently I tried installing Grizzly on Ubuntu 13.04 on x86 64 machine. It installed fine except that i am facing some network configuration issues after the VMs start running. On Fri, Apr 26, 2013 at 12:05 AM, skible.openst...@gmail.com < skible.open

Re: [Openstack] [Devstack] [Hyper-V] Instance fails to launch on Hyper-V server

2013-05-09 Thread Bruno Oliveira
By the way, I forgot to mention that the disk_image was originally created by HyperV 2008 R2 in a VHDX format. And when I uploaded it with *glance image-create*, i set it up for the format as "vhd" and the container as "bare". I also noticed that after the "nova boot" deployed the disk image to

Re: [Openstack] I release naming (calling APAC community)

2013-05-09 Thread Yi Yang
AS the official translation of the citiy names are Yichang and Yili, we are facing a risk to pick up a Chinese city name that most Chinese won't recognize. If we really have to choose a city, IMO, Yichang (ichang) would be a better choice, as the Yili(ili) is more than 2300 miles away from Hon

Re: [Openstack] LXC on Folsom

2013-05-09 Thread Chuan-Heng Hsiao
Hi Shashank, If you mean running VNC in LXC, it seems that currently there is some issue between VNC and LXC. What I did is login to LXC through ssh. Sincerely, Hsiao On Fri, May 10, 2013 at 12:44 AM, Shashank Sahni wrote: > Hi Chuan, > > Did you manage to resolve the following issue? > >

Re: [Openstack] LXC on Folsom

2013-05-09 Thread Chuan-Heng Hsiao
Hi Shashank, If you mean you have problem on network settings, please go through the following link: https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/stable/GRE/OpenStack_Folsom_Install_Guide_WebVersion.rst (especially network node and compute node.) Sincerely, Hsiao On Fri

Re: [Openstack] I release naming (calling APAC community)

2013-05-09 Thread John Wong
Good point. A long time ago we used to call Beijing as Peking, but the journalists now will always pick up the pinyin version: Beijing. Since we are after I, we are pretty much down to either Ichang or Ili. Should either one be chosen, I think that we should document the pinyin version as well. The

[Openstack] How to update /etc/hosts file for VM

2013-05-09 Thread Farhan Patwa
Hello, I just got Folsom installed and everything works fine. I now want the /etc/hosts file in the VM (am using ubuntu as an example) to have a mapping of hostname to floating IP address. Is there a way to automate that using user-data/metadata and cloud-init? Of course it works manually but I d

Re: [Openstack] I release naming (calling APAC community)

2013-05-09 Thread Matt Joyce
'Impossible' might be a good name... seeing as how impossible it is becoming to find a word beginning with I in the region. On Thu, May 9, 2013 at 12:04 PM, John Wong wrote: > Good point. A long time ago we used to call Beijing as Peking, but > the journalists now will always pick up the pinyin

Re: [Openstack] I release naming (calling APAC community)

2013-05-09 Thread Steve Curry
+1 for island -- this makes the most sense. On Mon, May 6, 2013 at 1:00 AM, Sylvain Bauza wrote: > I would give my vote to Island, which is pretty universal and at the same > time referring to what HK is : an island. > > Le 02/05/2013 16:01, Thierry Carrez a écrit : > > Hi everyone, >> >>

Re: [Openstack] I release naming (calling APAC community)

2013-05-09 Thread Atul Jha
Hi all, I was too late to respond here i would love to see next release name as "India". I am saying because India is in APAC still i have need to find out rule book for release. Just my 1$ suggestion. :) Cheers!! Atul From: Openstack [openstack-bounces+atul

Re: [Openstack] [Devstack] [Hyper-V] Instance fails to launch on Hyper-V server

2013-05-09 Thread Peter Pouliot
Did you explicitly create the vm as a VHD. If not it was created as VHDX. VHDX isn't currently supported, it's on our roadmap for Havana. p Peter J. Pouliot, CISSP Senior SDET, OpenStack Microsoft New England Research & Development Center One Memorial Drive,Cambridge, MA 02142 ppoul...@micr

Re: [Openstack] I release naming (calling APAC community)

2013-05-09 Thread Rajesh Vellanki
+1 Rajesh From: Openstack [openstack-bounces+rvellank=rackspace@lists.launchpad.net] on behalf of Atul Jha [atul@csscorp.com] Sent: Thursday, May 09, 2013 2:31 PM To: Matt Joyce; John Wong Cc: Thierry Carrez; openstack@lists.launchpad.net Subject: Re: [Ope

Re: [Openstack] [Devstack] [Hyper-V] Instance fails to launch on Hyper-V server

2013-05-09 Thread Bruno Oliveira
Hi Peter, Yeah, that's exactly it, I had originally created the vm as a VHDX. I've just used the Hyper-V "Edit Disk" feature to convert it from VHDX to VHD, re-uploaded it (glance image-create) and then everything went smoothly. Just a while ago I managed to deploy it from my devstack to the hype

Re: [Openstack] [Devstack] [Hyper-V] Instance fails to launch on Hyper-V server

2013-05-09 Thread Peter Pouliot
Sorry Bruno, just catching this here. VHDx is your problem. Create it as vhd or download one from here: http://www.cloudbase.it/ws2012/ Peter J. Pouliot, CISSP Senior SDET, OpenStack Microsoft New England Research & Development Center One Memorial Drive,Cambridge, MA 02142 ppoul...@microsoft

[Openstack] horizon nova endpoint usage question

2013-05-09 Thread Wyllys Ingersoll
The Horizon UI novaclient method requests nova endpoints from the service catalog without specifying an endpoint_type parameter. Would it be more correct for those requests to default to the 'internalURL' instead? There are use cases where the publicURL is not exposed or defined, but if you

Re: [Openstack] [Devstack] [Hyper-V] Instance fails to launch on Hyper-V server

2013-05-09 Thread Bruno Oliveira
Thanks But it's fine, already. So no worries. I managed to use the Hyper-V "Edit Image" to convert them to the standard VHD. Even so, thank you again Bruno de Oliveira Developer, System Analyst +55 11 9-6193-3987 skype: brunnop.oliveira brunnop.olive...@gmail.com On Thu, May 9, 2013 at 5:12 PM

[Openstack] Understanding Failure Recovery in Swift

2013-05-09 Thread Mark . Abrahamson
Hi- I am trying to get a better understanding of how Swift recovers from failure. I've read the documentation, but the process is still somewhat unclear. I have a simple 5-node Swift cluster deployed with a replica count of 3 (3 zones and 2 handoff zones for a total of 5).I load the clus

Re: [Openstack] Understanding Failure Recovery in Swift

2013-05-09 Thread John Dickinson
Replication will be logged and you can look for a "Object replication complete" log message. For a more detailed look at how swift handles failures, you can watch this video: http://mirror.linux.org.au/linux.conf.au/2013/mp4/Playing_with_OpenStack_Swift.mp4 (I need to post my blog post that ha

[Openstack] [HyperV][xen] Porting Windows disk_image from xen to HyperV

2013-05-09 Thread Bruno Oliveira
Hi guys, I've got a quick question regarding HyperV and Xen virtualization modes and their compatibility. Can you help me out on this? Here's the deal: Knowing that when xen boots up a Windows box, it goes as "HVM" (Hardware Virtualization) but needs some "PV" (Paravirtualization) drivers... An

Re: [Openstack] [HyperV][xen] Porting Windows disk_image from xen to HyperV

2013-05-09 Thread Bruno Oliveira
I forgot to mention that I found this doc mentioning how to migrate http://jeff-brady.blogspot.com.br/2011/12/linux-on-hyper-v-migrate-redhat-vm-from.html *But* I'm more concerned for the aspect of driver-wise. Technically a xen-to-hyperV image will boot, would it be auto-suficient? I mean, would

Re: [Openstack] Windows 7 not working with Grizzly

2013-05-09 Thread Martinx - ジェームズ
So, no one here have Windows 7 on Grizzly? Tks! Thiago On 1 May 2013 21:10, Martinx - ジェームズ wrote: > Hi! > > With Folsom, I used to create a Windows 7 image, with KVM+libvirt and > then, upload it to Glance with the following command: > > "glance image-create --name "Windows 7 - ULTIMATE - 32

Re: [Openstack] Grizzly Installation Script

2013-05-09 Thread Derek Morton
Hello Rajesh, There's a number of guides out there which should walk you through getting your own OpenStack cluster set up and customized for your environment, however here's a few links to some more automated deployment tools. http://www.rackspace.com/cloud/private/openstack_software/ http://ope

Re: [Openstack] horizon nova endpoint usage question

2013-05-09 Thread Gabriel Hurley
If that config option is not being respected for the Nova API calls that's a bug. Please file a ticket on Launchpad so we can track fixing it. Thanks! - Gabriel From: Openstack [mailto:openstack-bounces+gabriel.hurley=nebula@lists.launchpad.net] On Behalf Of Wyllys Ingersoll Sen

Re: [Openstack] horizon nova endpoint usage question

2013-05-09 Thread Wyllys Ingersoll
Will do, thanks. On May 9, 2013, at 7:26 PM, "Gabriel Hurley" mailto:gabriel.hur...@nebula.com>> wrote: If that config option is not being respected for the Nova API calls that’s a bug. Please file a ticket on Launchpad so we can track fixing it. Thanks! - Gabriel From: Openstack

Re: [Openstack] I release naming (calling APAC community)

2013-05-09 Thread Wang, Shane
I agree to narrow down the names to Ili or Ichang. A word in pinyin starting with I is a mission impossible:) My 2 cents are we can google map “Peking” and “Ili” which go to China. But I google map “Ichang”, it can’t locate to “Yichang” in China. On Wikipedia, Ichang goes to the Yichang entry, to

Re: [Openstack] I release naming (calling APAC community)

2013-05-09 Thread Wang, Shane
If the next release summit is going to be held in "Japan", it should be easier to give a name:) -- Shane Wang From: Openstack [mailto:openstack-bounces+shane.wang=intel@lists.launchpad.net] On Behalf Of Rajesh Vellanki Sent: Friday, May 10, 2013 3:50 AM To: Atul Jha; Matt Joyce; John Wong C

[Openstack] [Ask] Guidelines for answering question on Ask

2013-05-09 Thread Stefano Maffulli
Hello folks, now that the traffic on https://ask.openstack.org has increased, I think it's time we start collecting guidelines for the moderators so we keep having a very informative tool, with consistently good questions and answers. I think it helps for example to pay attention to the titl

Re: [Openstack] I release naming (calling APAC community)

2013-05-09 Thread Matt Joyce
Alternatively... we name it after a kung fu movie. Invincible Fist for instance was a Shaw Brothers film. Hong Kong is famous for it's Kung Fu films =P On Thu, May 9, 2013 at 8:57 PM, Wang, Shane wrote: > If the next release summit is going to be held in “Japan”, it should be > easier to gi

Re: [Openstack] Grizzly installation successful but VM is not accessible over network or from the host machine

2013-05-09 Thread Kamarul
Nikhil, Configuring networking (quantum) is a common problem as such a vm cannot ping to other host outside of openstack setup. For a start, you may look into logs (/var/log/quantum), that will give you clue. What is your router's interfaces status, up or down? Go through below logs dhcp-agent.