Re: [Openstack] vmwareapi with VMwareESXDriver

2013-12-06 Thread Ramon Acedo
Hi Thomas, On 3 Dec 2013, at 14:41, Thomas McLaughlin wrote: > Hello, > > Requirements > > One > > We do not want to pay to use vCenter as part of our open stack we are setting > up. You need to, at least, buy a vSphere Essentials license to manage the free ESXi hypervisor via the vSphe

[Openstack] The Neutron network model - VLAN solution

2013-12-06 Thread LIU Yulong
Hi stackers, I installed Neutron SDN to manage network with VLAN model. But I still not successful. I can not ping the VM-instance,rounters,subnets,Virtual-nets. Could someone help me to configure the neutron please? I have 3 ubuntu12.04.3 AMD64 server , each server has 3 NIC, MGMT_INTERFACE NI

[Openstack] OpenStack Community Weekly Newsletter (Nov 29 – Dec 6)

2013-12-06 Thread Stefano Maffulli
Wrapping up the OpenStack Travel Support Program – Icehouse The OpenStack Foundation brought 18 people to Hong Kong thanks to the grants offered by the first edition of the Travel Supp

[Openstack] [openstack] [Murano] [Heat] token authorization issue

2013-12-06 Thread Joel Cooklin
Hi Folks, I am working on getting Murano .3 deployed in our Grizzly based environment (Heat 2013.1.4) and ran into an authorization issue between murano and heat. When the heat-engine processes the message to create the stack it ignores the token and chokes on the username/password/tenant combi

[Openstack] Security group rules not propagating to instances

2013-12-06 Thread Matt Kassawara
I installed Havana with Neutron on Scientific Linux 6.4 using the official installation guide. I added the following rules to the default security group to enable inbound ping and secure shell access to my instances with floating IPs: nova secgroup-add-rule default icmp -1 -1 0.0.0.0/0 nova secgr

Re: [Openstack] quota setting

2013-12-06 Thread Peter Cheung
create something is funny. I want to add some more supports for openstack's incubation sub-projects later. Thanksfrom Peter > Date: Sat, 7 Dec 2013 07:41:09 +1300 > Subject: Re: [Openstack] quota setting > From: robe...@robertcollins.net > To: mcheun...@hotmail.com > CC: openstack@lists.openstac

Re: [Openstack] quota setting

2013-12-06 Thread Robert Collins
On 7 December 2013 06:07, mcheung63 wrote: > we can set quota in titan now, just a small step forward > > http://peter.kingofcoders.com/?p=956 I'm really confused; why don't you use Horizon? -Rob -- Robert Collins Distinguished Technologist HP Converged Cloud ___

Re: [Openstack] Ceilometer "Authentication required" Error

2013-12-06 Thread Remo Mattei
you do not have to change the file just do  source openrc admin or . openrc admin  Ciao --  Remo Mattei December 6, 2013 at 10:28:08, Mark Vlcek (mavlcek) (mavl...@cisco.com) ha scritto: For the record, I was able to just change the OS_USERNAME from "demo" to "admin" in the openrc file prov

Re: [Openstack] Ceilometer "Authentication required" Error

2013-12-06 Thread Mark Vlcek (mavlcek)
For the record, I was able to just change the OS_USERNAME from "demo" to "admin" in the openrc file provided in the DevStack root directory then source the openrc file again and that worked. I assume the first command you provided would simply unset the OS_TENANT_NAME and OS_USERNAME variables then

Re: [Openstack] Real-world policy.json and keystone settings

2013-12-06 Thread Kevin L. Mitchell
On Thu, 2013-12-05 at 19:03 -0600, Scott Devoid wrote: > The TL;DR - We ran into problems with permissions for users within the > same tenant. With the current access controls it is impossible to fix > this without isolating each user in a personal project. Can we fix the > policy.json grammar to

[Openstack] quota setting

2013-12-06 Thread mcheung63
we can set quota in titan now, just a small step forward http://peter.kingofcoders.com/?p=956 thanks from Peter___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : htt

[Openstack] File injection issues with Windows instances

2013-12-06 Thread Nicolae Paladi
Hello, I have some issues with file injection in Windows instances, i am running OpenStack grizzly deployed with packstack on CentOS 6.4 When launching an instance with the following command: nova boot --image 7a5a741c-73ac-4061-8c10-254a77b96c9e --availability_zone nova:beijing.sics.se --flavor

Re: [Openstack] [metering] ceilometer database - mysql vs mongo

2013-12-06 Thread Eoghan Glynn
The mongodb driver is the only one in Havana that is feature complete. In particular, the metaquery feature (i.e. the ability to compose queries constrained on sample metadata) was not supported by the sqlalchemy driver in Havana. We plan to bring the sqlalchemy driver up to feature parity thoug

Re: [Openstack] Error Authentication required using Multiregion

2013-12-06 Thread Rafael Gomes
I forgot the keystone log: http://paste.openstack.org/show/54605/ From: rgg...@hotmail.com To: openstack@lists.openstack.org; openstack...@lists.openstack.org Subject: Error Authentication required using Multiregion Date: Fri, 6 Dec 2013 15:28:18 + Hello, Sorry for bother you again, but a

[Openstack] Error Authentication required using Multiregion

2013-12-06 Thread Rafael Gomes
Hello, Sorry for bother you again, but after the following your suggestion came to me one doubts and problem. I configured two openstack installations, I'm a using full installation another I'm using full installation devstack. I followed this tutorial to installation:http://docs.openstack.org/

[Openstack] [metering] ceilometer database - mysql vs mongo

2013-12-06 Thread Prashanth Hari
Hi, Is there a preference why mongo is preferred than mysql for the ceilometer production deployments ? In the Ceilometer Havana documentation, there was some reference to "metadata" support available only in mongo. Can someone provide some insight on this ? Thanks, Prashanth __

Re: [Openstack] Question about multiregion

2013-12-06 Thread Rafael Gomes
Sorry this error, i don't know why, have fixed. Right now have the error authentication error. From: rgg...@hotmail.com To: openstack@lists.openstack.org Subject: RE: [Openstack] Question about multiregion Date: Thu, 5 Dec 2013 15:05:15 + Hello, Sorry for bother you again, but after the f

Re: [Openstack] no traffic between vnet0 and br100

2013-12-06 Thread Nick Maslov
I had the same issue. In my case, I needed to change virtual network type from local to GRE.  That solved this problem. I saw ARP requests coming from compute node to neutron`s DHCP agent namespace. Cheers --  Nick Maslov Sent with Airmail On December 6, 2013 at 2:27:20 AM, Dimitri Maziuk (dma

Re: [Openstack] Real-world policy.json and keystone settings

2013-12-06 Thread David Chadwick
I think the best solution is to have a clearly defined API between the Policy Enforcement Point (the service such glance) and the policy decision point (keystone code) that allows the full set of user attributes and roles to be input to the PDP. Keystone will provide a basic PDP and policy syntax,

Re: [Openstack] Ceilometer "Authentication required" Error

2013-12-06 Thread Eoghan Glynn
- Original Message - > Hi All, > > I'm trying to get Ceilometer working on OpenStack Havana (installed via > DevStack ) but running into issues with the APIs. I believe Ceilometer is > installed and enabled but when I hit http://[my_vm_hostname]:8777/ just like > that or with any paramet