Re: [Openstack] CentOS 6.5 cloud-init growpart/resizefs does not work on first boot.

2014-08-06 Thread sylecn
On Wed, Aug 6, 2014 at 2:05 PM, Juerg Haefliger wrote: > Hi, > > > On Wed, Aug 6, 2014 at 4:35 AM, sylecn wrote: > > > > Hi stackers, > > > > I have come across this problem of growpart/resizefs not working with > CentOS 6.5 Cloud image on first boot. > > Which kernel version are you running in

[Openstack] Is there spice client for openstack like xvpvncclient?

2014-08-06 Thread zhchaobey...@gmail.com
Hi All, I have installed spice on openstack successfully ,but only spice-html5 client is available. I want to know whether exists spice client like xvpvnc-client for openstack, otherwise i have to write it by myself. Thanks a lot. zhchaobey...@gmail.com Charle Zhang _

[Openstack] From single flat to multi flat provider network

2014-08-06 Thread Chris
Hello, we currently have a multi flat provider network neutron setup, we are not using any L3 neutron service, just the dhcp server and the metadata agent. There are currently 8 compute nodes in the initial network. Now we want to expand and have compute nodes in different sub-nets. So this w

Re: [Openstack] Your upcoming trip: Leeds, England GBR -wA 08/06qq/2014 - (Itinerary # 180105463474)

2014-08-06 Thread Matthew Ray
Qm -mMatt () On Aug 4, 2014 9:45 PM, "Expedia.com" wrote: > > >

Re: [Openstack] OpenStack Heat installation guide and Heat utilisation manual

2014-08-06 Thread marwen mechtri
Thank you for your suggestion. I will investigate it and see how to integrate the trust model in the heat template (if possible). Regards, Marouen Mechtri 2014-08-06 5:23 GMT+02:00 Don Waterloo : > On 5 August 2014 18:10, marwen mechtri wrote: > > Hi all, > > > > I want to present you our Ope

[Openstack] [openstack][nova][vwware]Does present vmware driver support resource pool?

2014-08-06 Thread Kai KT Tong
Hi all: I found that if I configure resource pool as the cluster way: /etc/nova/nova.conf cluster_name= It works and retrieve the resource pool as a cluster. Such as: I want to know whether it is as design. Is there official doc? Thanks. Thanks & Best Regards , Kai KT Tong

Re: [Openstack] CentOS 6.5 cloud-init growpart/resizefs does not work on first boot.

2014-08-06 Thread Juerg Haefliger
On Wed, Aug 6, 2014 at 9:11 AM, sylecn wrote: > > > > > On Wed, Aug 6, 2014 at 2:05 PM, Juerg Haefliger wrote: >> >> Hi, >> >> >> On Wed, Aug 6, 2014 at 4:35 AM, sylecn wrote: >> > >> > Hi stackers, >> > >> > I have come across this problem of growpart/resizefs not working with CentOS 6.5 Cloud

Re: [Openstack] [openstack-dev] OpenStack Heat installation guide and Heat utilisation manual

2014-08-06 Thread Andreas Jaeger
On 08/06/2014 05:23 AM, Don Waterloo wrote: > On 5 August 2014 18:10, marwen mechtri wrote: >> Hi all, >> >> I want to present you our OpenStack Heat installation guide for Icehouse >> release. >> >> https://github.com/MarouenMechtri/OpenStack-Heat-Installation/blob/master/OpenStack-Heat-Installat

Re: [Openstack] Swift statistics discrepancy

2014-08-06 Thread pritpal
I have been doing some further digging into this and have found information which leads me to believe that replication is not working as it should... In this cluster, we have 1 account which holds the majority of data, for the sake of this example, this account is 41677 - it holds 34TB of dat

Re: [Openstack] [openstack][nova][vwware]Does present vmware driver support resource pool?

2014-08-06 Thread Gary Kotton
Hi, There was talk at the last summit about supporting resource pools. My recollection is that there were too many edge cases found. Please note that this is something that I not officially tested with minesweeper. Thanks Gary From: Kai KT Tong mailto:tong...@cn.ibm.com>> Date: Wednesday, August

Re: [Openstack] Dashboard Error

2014-08-06 Thread Sujeet Mulmi
output for nova list [root@controller ~]# nova list ERROR: Unauthorized (HTTP 401) [DEFAULT] # RabbitMQ server's hostname or IP vnc_enabled=true novncproxy_host=0.0.0.0 novncproxy_port=6080 novncproxy_base_url=http://192.168.137.101:6080/vnc_auto.html vncserver_listen=192.168.137.101 vncserver_

Re: [Openstack] Dashboard Error

2014-08-06 Thread Remo Mattei
Keystone issue Inviato da iPhone () > Il giorno Aug 6, 2014, alle ore 08:30, Sujeet Mulmi > ha scritto: > > output for nova list > > [root@controller ~]# nova list > ERROR: Unauthorized (HTTP 401) > > > > [DEFAULT] > # RabbitMQ server's hostname or IP > vnc_enabled=true > novncproxy_host

Re: [Openstack] [openstack-dev] OpenStack Heat installation guide and Heat utilisation manual

2014-08-06 Thread marwen mechtri
Hi Andreas, It's pleasure to work together on the OpenStack heat templates documentation. In our manual, we provide two templates with the associated descriptions (and pictures). The first one is useful when we deploy 2 interconnected VMs and the second one can be used to update the template (keep

Re: [Openstack] Getting size of volume_type using API

2014-08-06 Thread Jyoti Ranjan
No, there is no way at this point of time. Also, it is little bit difficult expectation because we may attach more than one physical devices (say HP 3PAR CPG) to same volume type. On Wed, Aug 6, 2014 at 1:31 AM, Sekhar Vajjhala wrote: > Is there a way to get the size of a volume_type using an A

[Openstack] Neutron issue "ERROR: Multiple possible networks found, use a Network ID to be more specific"

2014-08-06 Thread Gonçalo Borges
Dear All... 1) I'm running Openstack Havana with Neutron. ---*--- 2) In my setup, I have two networks configured, a private and a public one. # nova net-list +--+-+--+ | ID | Label | CIDR | +---

[Openstack] Neutron VLANs issue

2014-08-06 Thread Umar Draz
Dear All, I have 2 node Openstack setup on Ubuntu 14.04 Controller+Network and Compute Node, I am using Neutron with ml2 (vlan). Both nodes have 2 NICs eth0 - Public with br-ex eth1 - Local with br-inet Both nodes' local ethernet (eth1) connected with each other without any switch. They were b

Re: [Openstack] Getting size of volume_type using API

2014-08-06 Thread Sekhar Vajjhala
Thanks. So seems like there is no way for me to the following : Allocate a volume of a given size from a volume_type using an API but only if volume_type has sufficient space. I can create a volume of a given size from a volume_type using API, and if there is insufficient space, then the API call

Re: [Openstack] Neutron VLANs issue

2014-08-06 Thread Andrew Mann
You most likely need to configure the Cisco switch so that both switch ports connected to eth1 on each sysyem are trunk ports and accept the full range of tenant vlans. Something like: conf t int eth1/0 switchport mode trunk switchport trunk allow vlan 100-199 (repeat for the second port) On We

[Openstack] Compute V2 API Extensions: No HTTP Status error codes ?

2014-08-06 Thread Sekhar Vajjhala
In Compute V2 API extensions ( http://developer.openstack.org/api-ref-compute-v2-ext.html ) , the expanded documentation for an API obtained by clicking the detail button next to an method shows only normal correct HTTP status codes. For e.g. *Normal response codes* 200 Why aren't the HTTP statu

Re: [Openstack] Getting size of volume_type using API

2014-08-06 Thread Andrew Mann
Apologies for the aside, but your post reminded me of a question. Is there some volume-related meaning of 'gpu'? It seems a very odd capability to associate with storage. On Wed, Aug 6, 2014 at 2:27 PM, Sekhar Vajjhala wrote: > Thanks. > > So seems like there is no way for me to the following

Re: [Openstack] Compute V2 API Extensions: No HTTP Status error codes ?

2014-08-06 Thread Anne Gentle
Hi Sekhar, Each extension is documented in a separate WADL file, and the WADL can be revised to display the more descriptive status error codes. Log a doc bug at http://bugs.launchpad.net/openstack-api-site for any extensions missing the extra information you seek. Thanks, Anne On Wed, Aug 6, 2

Re: [Openstack] Getting size of volume_type using API

2014-08-06 Thread John Griffith
On Wed, Aug 6, 2014 at 1:27 PM, Sekhar Vajjhala wrote: > Thanks. > > So seems like there is no way for me to the following : Allocate a volume > of a given size from a volume_type using an API but only if volume_type has > sufficient space. I can create a volume of a given size from a volume_type

Re: [Openstack] Dashboard Error

2014-08-06 Thread ZHOU TAO A
run 'nova --debug list' and check the output. did you restart keystone and nova-api after you updated the endpoints? On 08/06/2014 08:30 PM, Sujeet Mulmi wrote: output for nova list [root@controller ~]# nova list ERROR: Unauthorized (HTTP 401) [DEFAULT] # RabbitMQ server's hostname or IP vnc

Re: [Openstack] Dashboard Error

2014-08-06 Thread ZHOU TAO A
The issue is here: identity_uri=http://192.168.137.101:5000/v2.0 auth_uri=http://192.168.137.101:5000/v2.0 For IceHouse, you only need one line like this: identity_uri=http://192.168.137.101:5000 On 08/06/2014 08:30 PM, Sujeet Mulmi wrote: output for nova li

[Openstack] [Docker] nova-compute failed to start with docker hypervisor.

2014-08-06 Thread 한승진
Hi everyone~! I've been trying to deploy docker hypervisor environments. However, the nova-compute didn't start because of below reason. [nova-compute LOG] 2014-08-07 00:27:38.946 11777 INFO nova.openstack.common.periodic_task [-] Skipping periodic task _periodic_update_dns because its interval

Re: [Openstack] external router interface is DOWN

2014-08-06 Thread Aru s
Thanks Anne. I got some idea from the url you provided. Will try the options and update. Regards, Arumon On Tue, Aug 5, 2014 at 11:55 PM, Anne Gentle wrote: > > > > On Tue, Aug 5, 2014 at 11:21 AM, Aru s wrote: > >> Hi All, >> >> I can see there is lot of people facing the same kind of issue

Re: [Openstack] Dashboard Error

2014-08-06 Thread Sujeet Mulmi
Thanks Zhou, Now its working. Sujeet On Thu, Aug 7, 2014 at 6:39 AM, ZHOU TAO A wrote: > The issue is here: > identity_uri=http://192.168.137.101:5000/v2.0 > auth_uri=http://192.168.137.101:5000/v2.0 > > For IceHouse, you only need one line like this: > identity_uri=http://192.16

[Openstack] nova-network issues

2014-08-06 Thread Sam Lee
Hi All, I set up an openstack all-in-one environment with nova-network. I create a network 172.16.10.0/24 which is the same as the real local area network. When I create an instances, The local area network can not work correctly sometimes. I used arping command and found the

Re: [Openstack] [openstack][nova][vwware]Does present vmware driver support resource pool?

2014-08-06 Thread Kai KT Tong
Thanks for your information. As I understand, the resource pool supporting is still in discussing. It is a sudden surprise that in IceHouse the resource pool can be found by configuring it as a cluster. Am I right? By the way, I have read the code and found the reason: It applies "ClusterCompute