Re: [Openstack] [Heat][Ceilometer][Autoscaling]

2015-03-12 Thread Chinasubbareddy M
Hi, Thank you Qiming , finally it worked and problem was with auth uri in ec2token section , it has " /ec2token" , after removing it auto scaling started working . This is the final working parameter: [ec2authtoken] auth_uri=http://1.2.3.4:5000/v2.0 -Original Message- From: Qimi

[Openstack] Neebie needs you help.

2015-03-12 Thread Wandy Lau
Hi, guys. I am new to openstack. I wonder how can I start? Would you please give me some advice about this? Thank you in advance. -- This is my life,but world of us~~ ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post

[Openstack] Questions from a newbie

2015-03-12 Thread Silvia Fichera
Hi, I'm completely new in OpenStack's Universe and I need to understand a lot of things! Bust let's start with a couple of questions. 1. I have installed OpenStack using DevStack in a physical machine (I have already an Ubuntu system). At the end of the installation there was written the address w

Re: [Openstack] [Horizon][Keystone] Failed to set up keystone v3 api for horizon

2015-03-12 Thread Trelohan Christophe
Hello, Does user_id replaced in cloud_admin rule is id of cloud_admin user ? I don't think you can log in with cloud_admin user in horizon, it seems that without project created for an user, you can't log in in horizon. I'm also interested in this, I also followed the mentioned article, but when

Re: [Openstack] nova boot does not create nic into vm

2015-03-12 Thread Pedro Serotto
Thank you very much for your answers . Maybe I was a bit ' messy. Now try again. I'm on debian jessie, and I try to run juno.  In my environment the best solution is to use nova-network with Flatmanager. So here is my configurations and the command that i run. On compute node, in my nova.conf:

Re: [Openstack] 答复: 答复: Ceilometer high availability in active-active

2015-03-12 Thread Chris Dent
On Thu, 12 Mar 2015, Pan, Fengyun wrote: When I use "redis://localhost:6379", find other problem as follow: 2015-03-12 18:19:19.515 20863 TRACE ceilometer.openstack.common.threadgroup ImportError: No module named concurrent Make sure you have installed the latest versions of tooz, the redi

Re: [Openstack] nova boot does not create nic into vm

2015-03-12 Thread Joe Topjian
Hello, I don't know the exact reason you're seeing this issue, but there are a few pointers/suggestions: * Try to set the nova.conf settings the same across both the controller and compute node. Although you're not using nova-network on your controller, doing this can't hurt. So for your environm

Re: [Openstack] [Horizon][Keystone] Failed to set up keystone v3 api for horizon

2015-03-12 Thread Lei Zhang
I created project for the user admin(6433222efd78459bb70ad9adbcfac418). The token horizon is past is a project scope token. So it can not passed the cloud_admin rule. I changed the rule to the admin_id is a little trick, and it works. On Thu, Mar 12, 2015 at 5:16 PM, Trelohan Christophe < ctrelo.

Re: [Openstack] nova boot does not create nic into vm

2015-03-12 Thread Pedro Serotto
Hi Joe.Thanks a lot. I made a test and it seems to be correct. I am going to configure everything again and to make other tests.I will send you an email later containing correct configuration and commands. bye bye P. El Jueves 12 de marzo de 2015 14:31, Joe Topjian escribió: Hello,

Re: [Openstack] [openstack-dev] [Horizon][Keystone] Failed to set up keystone v3 api for horizon

2015-03-12 Thread Ali, Haneef
Horizon needs to support domain scoped token for this to work. I don’t think it is yet there. https://review.openstack.org/#/c/148082/39 https://review.openstack.org/#/c/141153/ Thanks Haneef From: Lei Zhang [mailto:zhang.lei@gmail.com] Sent: Wednesday, March 11, 2015 7:33 PM To: openstack;

[Openstack] ARP Caching

2015-03-12 Thread Georgios Dimitrakakis
Hello! I am facing a rather weird issue and would like to know if anyone has faced it before and the way you have solved it (if any). Firstly, I 'd like to let you know that I am running Icehouse with Nova-Legacy Networking. I have an application that launches and terminates VMs very frequent

Re: [Openstack] Questions from a newbie

2015-03-12 Thread Li, Chen
I think: 1. If you connect your laptop from another network, you need to connect to Horizon from another IP. Horizon relays on the web server that is working on your laptop. While I’m not very sure, but if you run command “keystone endpoint-list”, are those IPs for your endpoints “10.

Re: [Openstack] How to add vms to heat stack?

2015-03-12 Thread jupiter
Hi, I am running heat version 0.3.0. I tried to run stack_adopt, but got following error "ERROR: No template specified" $ heat stack-adopt -a data.txt adopted_stack /usr/lib/python2.6/site-packages/heatclient/shell.py:26: DeprecationWarning: The oslo namespace package is deprecated. Please use o

[Openstack] [openstack][ceilometer][icehouse]

2015-03-12 Thread Chinasubbareddy M
Hello all, need to write a code in python to Implement a new custom meter data in ceilometer, could you please help me out with your suggestion ? my intention is to collect the application sample data through that new meter and implement auto scaling . Regards, Subbareddy, Persistent systems l

[Openstack] Virtual instance access to openstack controller

2015-03-12 Thread Kamsali, RaghavendraChari (Artesyn)
Hi, I have one query regarding Openstack Neutron Networking , How to make virtual instance access to OpenStack Controller via management place and virtual instance is configured with Data Interface(virtual network). Thanks and Regards, Raghavendrachari kamsali | Software Engineer II | Embedded

Re: [Openstack] Virtual instance access to openstack controller

2015-03-12 Thread Chinasubbareddy M
Configure floatins ips or provider networks are the solutions. https://developer.rackspace.com/blog/neutron-networking-vlan-provider-networks/ From: Kamsali, RaghavendraChari (Artesyn) [mailto:raghavendrachari.kams...@artesyn.com] Sent: Friday, March 13, 2015 11:27 AM To: openstack@lists.openst