Re: [Openstack] Unable to access guests in DevStack on OpenStack environment

2014-03-26 Thread Robert Collins
A few things to consider - you'll be running qemu I presume, not nested kvm? Thats very slow - perhaps the VM hasn't booted. nova console-log will let you see that and also potentially other failures at boot etc. - you should see DHCP requests and responses in syslog on the control node, if you d

[Openstack] Unable to access guests in DevStack on OpenStack environment

2014-03-26 Thread Juergen Brendel
Hello! I would be very grateful if someone could please help me to trouble-shoot a connectivity issue: I cannot ping or SSH into guests I have created on top of DevStack. What might be a complicating factor is that I have the DevStack cluster running on guests that are running on top of a base O

Re: [Openstack] Keystone support for simultaneous AD/LDAP domain

2014-03-26 Thread Adam Young
On 03/26/2014 02:41 AM, Mohammed, Allauddin wrote: Thanks Adam for the information. Just curious to know, is it 'domain_specific_driver' implementation that existed in Havana, which will enable to have multiple identity provider backends. I had installed IceHouse-2, and was trying to configu

Re: [Openstack] [Heat]ERROR: Unknown resource Type : OS::Neutron::SecurityGroup

2014-03-26 Thread Li, Chen
Hello, I have been told that " Unknown resource Type : OS::Neutron::SecurityGroup " is caused by this type of resource is not support in Havana. So I changed to use template file: https://github.com/openstack/heat-templates/blob/master/hot/F20/WordPress_Native.yaml Which is old enough for Havana

Re: [Openstack] windows hypervisor comparison/evaluation

2014-03-26 Thread Ken Peng
于 2014-3-27 7:02, Craig Jellick 写道: Does anyone have any insight into the pros and cons of Hyper-V vs KVM for hosting Windows VMs in OpenStack? Know of any in-depth comparisons or evauations? Thanks in advance! I have checked this one, http://dwaves.de/index.php/2011/04/26/virtualisation-quick

Re: [Openstack] [openstack] how to get authorized tenant list for any user as an admin

2014-03-26 Thread Ali, Haneef
You can do this is in v3. GET v3/users/{user_id}/project Thanks Haneef From: Xu (Simon) Chen [mailto:xche...@gmail.com] Sent: Wednesday, March 26, 2014 4:40 PM To: openstack@lists.openstack.org Subject: [Openstack] [openstack] how to get authorized tenant list for any user as an admin I tri

[Openstack] [openstack] how to get authorized tenant list for any user as an admin

2014-03-26 Thread Xu (Simon) Chen
I tried to search the Internet but probably there is a million ways to phrase this question.. Basically, assuming I have an admin credential, given a user name/id, is there a way to get the list of tenants that user is in? "user-role-list" seems to be an obvious choice, but it doesn't seem to work

[Openstack] windows hypervisor comparison/evaluation

2014-03-26 Thread Craig Jellick
Hi, Does anyone have any insight into the pros and cons of Hyper-V vs KVM for hosting Windows VMs in OpenStack? Know of any in-depth comparisons or evauations? Thanks in advance! /Craig J ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/l

Re: [Openstack] Multi-NIC instance is only configuring one interface

2014-03-26 Thread Joseph Breu
That’s normal behavior. If you add another interface configuration to /etc/network/interfaces and ifup the new interface it will be available for use. I’m not certain that cloud-init will create the interface for you. --- Joseph Breu Deployment Engineer Rackspace Private Cloud 210-312-3508 O

[Openstack] [Trove] Fire up Trove in one single "vagrant up"

2014-03-26 Thread Florian Haas
Hey everyone, I'm doing a tutorial on Trove next Tuesday at the Percona Live conference in California, and as a byproduct of my talk prep I've whipped up a Vagrant config that installs Redstack and gets Trove ready to use. In the event that you find that useful, please feel free to take a look: h

[Openstack] Multi-NIC instance is only configuring one interface

2014-03-26 Thread Lillie Ross-CDSR11
All, A quick search didn't shed any insight into this, and I was wondering if this is a known issue. Running the Havana release with Neutron networking in our private cloud. I'm booting an instance with multiple (2) NICs, but the dhclient process is only being started on the first NIC (eth0).

[Openstack] Horzion vnc looking for controller node's old IP

2014-03-26 Thread Greg Chavez
We've moved our Grizzly infrastructure to a new data center. The only IP that I've had to change is the client network interface of the controller node. Here's how we're set up: https://github.com/mseknibilel/OpenStack-Grizzly-Install-Guide/blob/OVS_MultiNode/OpenStack_Grizzly_Install_Guide.rst

Re: [Openstack] [glance] uploading new data for an existing image

2014-03-26 Thread Dmitry Guryanov
On Wednesday 26 March 2014 14:19:09 stuart.mcla...@hp.com wrote: > This is not supported - image data is immutable. Thanks, it's what I want to know. > > On Wed, 26 Mar 2014, Christian Berendt wrote: > > On 03/26/2014 02:16 PM, Dmitry Guryanov wrote: > >> Is it possible to update image data in G

Re: [Openstack] [glance] uploading new data for an existing image

2014-03-26 Thread Dmitry Guryanov
On Wednesday 26 March 2014 14:27:49 Michaël Van de Borne wrote: > are you talking about snapshotting the running instance? > > No, I just want to know, is it possible, that image data will change after it has been uploaded for the first time. > cheers, > > m. > > Le 26/03/14 14:16, Dmitry Gu

Re: [Openstack] [glance] uploading new data for an existing image

2014-03-26 Thread Dmitry Guryanov
On Wednesday 26 March 2014 15:38:03 Christian Berendt wrote: > On 03/26/2014 03:19 PM, stuart.mcla...@hp.com wrote: > > This is not supported - image data is immutable. > > $ glance image-create --name TESTING --container-format bare > --disk-format raw --file cirros-0.3.1-x86_64-disk.img > > che

[Openstack] Modify kvm cpu args?

2014-03-26 Thread Brenden Conte
Hello everyone, I'm trying out a new openstack setup here on CentOS and utilizing kvm, but I'm running into an issue with windows 2008r2 instances are BSODing with a consistent error about clock interrupts not being received in a timely manger on a secondary processor. One of the suggestions o

[Openstack] [Neutron] How to setup the neutron with provider network and get it work?

2014-03-26 Thread Alex Yang
Hi All, I had try to setup a environment of neutron provider network. I follow some instructions as belows. http://trickycloud.wordpress.com/2013/11/12/setting-up-a-flat-network-with-neutron http://developer.rackspace.com/blog/neutron-networking-simple-flat-network.html There are three nodes in

Re: [Openstack] [glance] uploading new data for an existing image

2014-03-26 Thread Christian Berendt
On 03/26/2014 03:19 PM, stuart.mcla...@hp.com wrote: > This is not supported - image data is immutable. $ glance image-create --name TESTING --container-format bare --disk-format raw --file cirros-0.3.1-x86_64-disk.img checksum: d972013792949d0d3ba628fbe8685bce $ glance image-update --file cirro

Re: [Openstack] Pip Error In Swift Installation (Swift All in One tutorial for a single node)

2014-03-26 Thread Jeremy Stanley
On 2014-03-26 08:17:14 +0100 (+0100), Christian Schwede wrote: > looks like your pip version is to old [...] Yes, it's worth pointing out that pip versions prior to 1.4 did not validate (or in some cases even attempt to use) HTTPS during package download, making it significantly less secure. It al

Re: [Openstack] [glance] uploading new data for an existing image

2014-03-26 Thread stuart . mclaren
This is not supported - image data is immutable. On Wed, 26 Mar 2014, Christian Berendt wrote: On 03/26/2014 02:16 PM, Dmitry Guryanov wrote: Is it possible to update image data in Glance? For example you have created an image, used it for some time. Then you've updated software in it and wan

Re: [Openstack] i can't ping floatting ip

2014-03-26 Thread Michaël Van de Borne
you may check this bug as well: https://bugs.launchpad.net/neutron/+bug/1238445 cheers, m. Le 26/03/14 09:24, cheniour ghassen a écrit : HI Michael, It didn't work. Thanks. On Tue, Mar 25, 2014 at 6:11 PM, Michaël Van de Borne mailto:michael.vandebo...@cetic.be>> wrote: try this on co

Re: [Openstack] [Heat]ERROR: Unknown resource Type : OS::Neutron::SecurityGroup

2014-03-26 Thread Zane Bitter
On 26/03/14 03:13, Li, Chen wrote: Hi all, I'm a new user of heat. Just installed on CentOS 6.4 followed by: http://docs.openstack.org/trunk/install-guide/install/yum/content/ch_heat.html The packages I'm using: yum list installed |grep -A1 heat openstack-heat-api.noarch 201

Re: [Openstack] [glance] uploading new data for an existing image

2014-03-26 Thread Christian Berendt
On 03/26/2014 02:16 PM, Dmitry Guryanov wrote: > Is it possible to update image data in Glance? For example you have created > an > image, used it for some time. Then you've updated software in it and want to > upload that new disk without creating new image in glance. Have a look at glance ima

Re: [Openstack] [glance] uploading new data for an existing image

2014-03-26 Thread Michaël Van de Borne
are you talking about snapshotting the running instance? cheers, m. Le 26/03/14 14:16, Dmitry Guryanov a écrit : Hello! Is it possible to update image data in Glance? For example you have created an image, used it for some time. Then you've updated software in it and want to upload that ne

Re: [Openstack] [Question] about test libvirt using OpenStack

2014-03-26 Thread Davanum Srinivas
Hi. here's what i did. Step #1: before running devstack, do install the packages required including libvirt-bin and python-libvirt Step #2: stop libvirt service then run autogen.sh, make and make install to replace the libvirt binaries Step #3: fix configuration files of libvirt if necessary, sta

[Openstack] [glance] uploading new data for an existing image

2014-03-26 Thread Dmitry Guryanov
Hello! Is it possible to update image data in Glance? For example you have created an image, used it for some time. Then you've updated software in it and want to upload that new disk without creating new image in glance. -- Dmitry Guryanov ___ Maili

[Openstack] [Question] about test libvirt using OpenStack

2014-03-26 Thread H Changyao
Hi, I am developing a security driver of libvirt , I want to test the new "security driver" of libvirt using OpenStack , I encounter some problem: I have known the back-end of OpenStack compute-node is libvirt (but they are independent modules) , I use DevStack to deploy the OpenStack . I noti

[Openstack] [Nova] Havana virtio_blk | kvm, kernel panic on VM boot

2014-03-26 Thread saurabh agarwal
I have compiled a new linux kernel with CONFIG_VIRTIO_BLK=y. But it doesn't boot and kernel panics. To kernel command line i tried passing root=/dev/vda and root=/dev/vda1 but same kernel panic comes every time. VIRTIO_NET was working fine when VIRTIO_BLK was not enabled and VM booted up fine. But

Re: [Openstack] OpenStack Havana with ZMQ

2014-03-26 Thread Ken Peng
于 2014-3-26 2:29, Antonio Messina 写道: Well, we don't know yet. We are planning a mid-size installation (around 600 nodes) and I'm looking for options. As far as I understand ZMQ should scale better, and allows a more distributed deployment than RabbitMQ. AFAIK ZeroMQ doesn't have a broker, it's

Re: [Openstack] Pip Error In Swift Installation (Swift All in One tutorial for a single node)

2014-03-26 Thread Christian Schwede
Hello, looks like your pip version is to old. Try updating it with: sudo pip install -U pip This worked for me in the past. Christian Am 25.03.14 19:33, schrieb Ashish Dobhal: > Dear Sir/Maam; > I am following the swift all in one tutorial. > I got he following error while running > _*sudo pip

[Openstack] [Heat]ERROR: Unknown resource Type : OS::Neutron::SecurityGroup

2014-03-26 Thread Li, Chen
Hi all, I'm a new user of heat. Just installed on CentOS 6.4 followed by: http://docs.openstack.org/trunk/install-guide/install/yum/content/ch_heat.html The packages I'm using: yum list installed |grep -A1 heat openstack-heat-api.noarch 2013.2.2-1.0.el6 openstack-heat-common.n

Re: [Openstack] Fwd: Swift Functional Tests Errors

2014-03-26 Thread Christian Schwede
Hello, could you share the error output and your /etc/swift/proxy-server.conf? You can use paste.openstack.org for sharing. Christian Am 25.03.14 17:50, schrieb Ashish Dobhal: > > > -- Forwarded message -- From: *Ashish Dobhal* > mailto:dobhalashish...@gmail.com>> Date: > Tue,