Re: [Openstack] Heat: 2014.1.2-0 vs Keystone

2014-08-25 Thread Kieran Spear
Hi David, If you're using the templated catalog, by default you won't be able to get a v3 token. You'll need to either: 1) Switch to the SQL catalog backend, or 2) Apply this fix to Keystone: https://bugs.launchpad.net/keystone/+bug/1313458 Cheers, Kieran On 26 August 2014 07:39, David Hill

[Openstack] RabbitMQ issues since upgrading to Icehouse

2014-08-25 Thread Sam Morrison
Hi, Since upgrading to Icehouse we have seen increased issues with messaging relating to RabbitMQ. 1. We often get reply_xx queues starting to fill up with unacked messages. To fix this we need to restart the offending service. Usually nova-api or nova-compute. 2. If you kill a node so as

Re: [Openstack] Heat: 2014.1.2-0 vs Keystone

2014-08-25 Thread David Hill
Hi guys, It appears that in Icehouse (well in my setup and probably the setup of some other guys too) the catalog won't be returned when the keystone v3 api is being used What am I missing? [root@labctrl ~]# keystone catalog 'NoneType' object has no attribute 'has_service_ca

Re: [Openstack] Heat: 2014.1.2-0 vs Keystone

2014-08-25 Thread David Hill
Hi guys, This is what heat-engine gets back : RESP BODY: {"token": {"methods": ["token"], "roles": [{"id": "59bd5c58fe344eeab3bc3443b82155a0", "name": "Member"}, {"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "c119300b61bb4bfeafdf9ccc8ea3efae", "name": "Admin"}, {"id":

[Openstack] [Heat][Docker] How to Dockerize your applications with OpenStack Heat in simple steps

2014-08-25 Thread Marouen Mechtri
Hi all, I want to present you our guide for Docker containers deployment with OpenStack Heat. In this guide we dockerize and deploy a lamp application on two containers. https://github.com/MarouenMechtri/OpenStack-Heat-Installation/blob/master/Docker-containers-deployment-with-OpenStack-Heat.rst

Re: [Openstack] Swift Ring Maintenance

2014-08-25 Thread Clay Gerrard
If you're truly not concerned about the replication overhead the balance is going to require the minimal amount of data movement if you just remove and re-add the devices in their new zone with a single rebalance and ring-push. That may or may not be a good idea to recommend depending on how much

Re: [Openstack] HA(High Availability ) mode - OpenStack

2014-08-25 Thread Radek Smigielski
On Monday, 25 August 2014, 10:04:20, Gowri LN wrote: > Can anyone suggest me where I can get information about how HA is implement > is compute node ?  I am guessing, you are looking for HA of the guest VMs, is that correct? I am afraid OpenStack does not offer HA for guest VM in this moment. 

Re: [Openstack] Keystone and Horizon questions

2014-08-25 Thread Lyle, David
On 8/24/14, 12:10 AM, "Clint Byrum" wrote: >Excerpts from Marcus White's message of 2014-08-23 21:17:24 -0700: >> Thank you Clint, had some follow up questions inline:) >> >> On Sun, Aug 24, 2014 at 12:12 AM, Clint Byrum wrote: >> > Excerpts from Marcus White's message of 2014-08-23 09:55:24

Re: [Openstack] Swift Ring Maintenance

2014-08-25 Thread Lillie Ross-CDSR11
Thanks John, Yes, I’ve read this article, but thanks for pointing me at it again. /ross On Aug 22, 2014, at 2:29 PM, John Dickinson wrote: > You've actually identified the issues involved. Here's a writeup on how you > can do it, and the general best-practice for capacity management in Swift:

Re: [Openstack] How to specify the "container-format" when creating an image in Horizon?

2014-08-25 Thread Swapnil Kulkarni
Glance does not really do anything with container_format at the moment. It is set to the same disk_format for the three Amazon image types(ami,aki,ari), ovf is also covered in image format, otherwise it just treats them as 'bare.' As such we will just set that to be that here instead of bothering

Re: [Openstack] Associate network to one port

2014-08-25 Thread gustavo panizzo (gfa)
is not possible to attach a subnet to a vnic, AFAIK. however you could allow each ip of that subnet to a nic then configure that range inside of the vm (dhcp won't do it) On August 25, 2014 6:30:23 AM GMT-03:00, "Sławek Kapłoński" wrote: >Hello, > >I was checking that option but it is not wha

[Openstack] How to specify the "container-format" when creating an image in Horizon?

2014-08-25 Thread Danny Choi (dannchoi)
With command “glance image-create", user can specify the “container-format” when creating an image: stack@Controller:~/devstack$ glance help image-create usage: glance image-create [--id ] [--name ] [--store ] [--disk-format ] [--container

Re: [Openstack] Fwd: nova instance

2014-08-25 Thread Markus Zoeller
javed alam wrote on 08/23/2014 02:39:38 PM: > From: javed alam > To: openstack , Masoom Alam > > Date: 08/23/2014 02:49 PM > Subject: [Openstack] Fwd: nova instance > > ... > "Error: Failed to launch instance "nova_testing": Please try again > later [Error: No valid host was found. ]. " > ..

Re: [Openstack] Associate network to one port

2014-08-25 Thread Sławek Kapłoński
Hello, I was checking that option but it is not what I'm looking for. I need something like for example: 1. Have got subnet with 192.168.1.0/24 2. I attach to that subnet instance (with one NIC) and it not allocate me only one IP from subnet (e.g. 192.168.1.1) but some subnet e.g. 192.168.1.1

Re: [Openstack] HA(High Availability ) mode - OpenStack

2014-08-25 Thread Heiko Krämer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, so if you scale your compute nodes it's not more stable but you have a better distribution of VM's. So if one compute node goes down it will not effect a mass of VM's only these VM's they're running on there. You can use availability zones or agg

[Openstack] Icehouse ML2 + OVS security group problems

2014-08-25 Thread Mariusz Gronczewski
Hi, I've managed to set up every other component, but neutron security groups dont want to work. I have connectivity between all machines but nothing ever hits iptables rules. I see that on compute nodes I get correct firewall rules: :neutron-openvswi-ic2c7ef23-2 - [0:0] :neutron-openvswi-oc2c7e

Re: [Openstack] should instances be able to ping each other through a router?

2014-08-25 Thread ZHOU TAO A
I think you need to add a resource with type type: OS::Neutron::RouterGateway. On 08/24/2014 09:09 AM, Don Waterloo wrote: I have the below heat template instantiated. Each instance (h1/h2/h3) can ping out to the world just fine. In addition, h1 can ping h2 & h3, and they it. e.g. everyone can

[Openstack] Heat: 2014.1.2-0 vs Keystone

2014-08-25 Thread David Hill
Hi guys, I'm trying to get Heat to work ... but everytime I try to create a stack, the engine will fail at getting the catalog. Since everything is working fine (ceilometer,nova,cinder,glance), am I forgetting something? StackValidationFailed_Remote: Property error : WikiDatabase: ImageId

[Openstack] HA(High Availability ) mode - OpenStack

2014-08-25 Thread Gowri LN
Hi, Can anyone suggest me where I can get information about how HA is implement is compute node ? I know that minimum 3 controllers are required to configure HA mode but my question is, if I add more compute nodes as well will my cluster be more stable? Are the VM s replicated over compute nodes?

[Openstack] nova-network and loadbalancers

2014-08-25 Thread mad Engineer
Hi, Is there any way to make HA proxy load balancer work with nova-network,worried about fail over ip conflicting with IP/MAC stealing rule. trying to configure 2 HA proxy with keepalived and a fail over IP. OR Is there a load balancer that can actually work with nova-network Thanks, ___