Re: [Openstack-operators] How to force Heat to use v2.0 Keystone

2015-02-18 Thread Alvise Dorigo
Hi Chris, provided that I'm not a great expert of python, I tried to install it without success: [root@controller-01 heat]# ls -l total 16 drwxr-xr-x 2 root root 4096 Feb 18 09:00 heat_keystoneclient_v2 -rw-r--r-- 1 root root 801 Feb 18 08:58 README.md -rw-r--r-- 1 root root 789 Feb 18 08:59

Re: [Openstack-operators] How to force Heat to use v2.0 Keystone

2015-02-18 Thread Alvise Dorigo
I had an error in the repository clone. Now I've successfully installed the plugin (python setup.py install). The backend is correctly configured in the heat.conf: [root@controller-02 ~]# grep keystone_backend /etc/heat/heat.conf

[Openstack-operators] Flat network with linux bridge plugin

2015-02-18 Thread Daniele Venzano
Hello, I’m trying to configure a very simple Neutron setup. On the compute nodes I want a linux bridge connected to a physical interface on one side and the VMs on the other side. This I have, by using the linux bridge agent and a physnet1:em1 mapping in the config file. On the

Re: [Openstack-operators] Unable to delete few instances from dashboard

2015-02-18 Thread Abel Lopez
It's really tough to know without any additional information. Was there an error on the dashboard? Are you using the same credentials? Did these instances have volumes attached? On Feb 18, 2015, at 12:47 PM, raju raju.r...@gmail.com wrote: Hi, am unable to delete few instances from

Re: [Openstack-operators] How to force Heat to use v2.0 Keystone

2015-02-18 Thread Dr. Jens Rosenboom
Am 18/02/15 um 10:27 schrieb Alvise Dorigo: I had an error in the repository clone. Now I've successfully installed the plugin (python setup.py install). The backend is correctly configured in the heat.conf: [root@controller-02 ~]# grep keystone_backend /etc/heat/heat.conf

Re: [Openstack-operators] [Telco][NFV][infra] Review process of TelcoWG use cases

2015-02-18 Thread Jay Pipes
On 02/18/2015 02:31 AM, Marc Koderer wrote: Hello everyone, We already got good feedback on my sandbox test review. So I would like to move forward. With review [1] we will get a stackforge repo called „telcowg-usecases“. Submitting a usecase will then follow the process of OpenStack

Re: [Openstack-operators] How to force Heat to use v2.0 Keystone

2015-02-18 Thread Alvise Dorigo
Hi Jens, If the correct one is oslo_utils (instead of oslo.utils) then the related package is not found: [root@controller-02 ~]# tail /var/log/heat/heat-engine.log [...] 2015-02-18 14:56:29.978 5282 CRITICAL heat [-] ImportError: No module named oslo_utils [root@controller-02 ~]# rpm

Re: [Openstack-operators] Unable to delete few instances from dashboard

2015-02-18 Thread raju
There was no error seems the delete action is not getting triggered, am trying with admin credentials still no luck some with volumes and some are not As Basil mentioned VM's which are in second page On Wed, Feb 18, 2015 at 5:39 PM, Abel Lopez alopg...@gmail.com wrote: It's really tough to

Re: [Openstack-operators] Unable to delete few instances from dashboard

2015-02-18 Thread Basil Baby
For the vms which are NOT on the first page of dashboard, I have noticed a similar problem. I had to change to number of VM listed per page to a higher number to get it deleted through horizon dashboard. https://bugs.launchpad.net/horizon/+bug/1287093 -Basil On Wed, Feb 18, 2015 at 3:47 PM,