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 #keystone_backend=heat.common.heat_keystoneclient.KeystoneClientV3

[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 contro

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 #keystone_backend=hea

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 developmen

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 -qa|gre

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

2015-02-18 Thread Chris Buccella
Do you have python-oslo.utils installed? On Wed, Feb 18, 2015 at 9:02 AM, Alvise Dorigo wrote: > 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:

[Openstack-operators] [openstack-dev][openstack-operators][rally][docker] Rally docker images are available on Docker hub now!

2015-02-18 Thread Boris Pavlovic
Hi stackers, For those who likes to keep system clean, Rally team is happy to say that Docker images with Rally are automatically published to docker hub now. Repo with images is here: https://hub.docker.com/u/rallyforge/rally/ In repo you can find images for: 1) Every release - image name is th

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

2015-02-18 Thread raju
Hi, am unable to delete few instances from dashboard(Havana) but able to delete from nova cmd line is there any way to resolve the issue? ___ OpenStack-operators mailing list [email protected] http://lists.openstack.org/cgi-bin/mail

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 wrote: > > Hi, > > am unable to delete few instances from dashboard(Havana) but

Re: [Openstack-operators] State of Juno in Production

2015-02-18 Thread Clayton O'Neill
We ran into an interesting issue today that seems counter-intuitive. We use Ceph as our image backend when booting from ephemeral volumes and for cinder volumes. We had a few remaining qcow2 images that would come up and act as if there was no boot sector on the boot drive. >From what it looks

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, raj

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 wrote: > It's really tough to know without any ad