[Openstack] Assume user or create a instance for a user as admin

2017-03-01 Thread Kim Gert Nielsen
Hi, I have been trying to find a way where I can create an instance for a user/project as the admin user. So my question is: Is there a way for the admin user to get a token as a user or am I missing som option/environment variable to make 'openstack server create' create the instance in a proje

Re: [Openstack] Request for more documents: Ceilometer, Gnocchi, Aodh, Senlin and OVN.

2017-03-01 Thread Mārtiņš Jakubovičs
Hello Thiago, Did you installed gnocchi successfully? I also try to deploy gnocchi but stuck in step "gnocchi-upgrade", from http://gnocchi.xyz/install.html documentation. Did you installed it from pip or from OS packages? Thanks, Martins On 2017.02.16. 07:16, Martinx - ジェームズ wrote: Guys

Re: [Openstack] [Openstack-operators] [openstack] Unable to launch an instance

2017-03-01 Thread Amit Kumar
Thanks you all for your responses. Problem is resolved at my end with the help of folks in #openstack-ansible chat room. Problem was in my yml configuration file where a non-existent interface was specified. Regards, Amit On Wed, Mar 1, 2017 at 12:24 AM, Kris G. Lindgren wrote: > You should lo

Re: [Openstack] Assume user or create a instance for a user as admin

2017-03-01 Thread Mike Smith
Using the nova command, you can do ‘nova —os-project-name=PROJECT_NAME boot’ to create an instance in that tenant, assuming your admin user has access to that tenant.You could also export the OS_PROJECT_NAME environment variable to your desired project and use the nova or openstack commands

[Openstack] Newton: not able to login via public key

2017-03-01 Thread Amit Uniyal
Hi all, I have installed a newton openstack, not able to login into machines via private keys. I followed this guide https://docs.openstack.org/ newton/install-guide-ubuntu/ Configure the metadata agent¶

[Openstack] Compute Node asks for [placement] section

2017-03-01 Thread Georgios Dimitrakakis
All, I am trying to deploy OpenStack Ocata on bare metal servers using the official guide from here: https://docs.openstack.org/ocata/install-guide-rdo/nova-compute-install.html Unfortunately I have stuck at deploying the Compute Node due to the following error in the logs when I try to start

[Openstack] migrate instances to another openstack environment

2017-03-01 Thread Manuel Sopena Ballesteros
Hi, I am having a hard time trying to migrate my instances to another openstack installation. My understanding is that I could do instance --> snapshot --> image and then migrate this image to another openstack I started following this document (https://docs.openstack.org/user-guide/cli-use-s

Re: [Openstack] Compute Node asks for [placement] section

2017-03-01 Thread Chris Friesen
On 03/01/2017 05:13 PM, Georgios Dimitrakakis wrote: All, I am trying to deploy OpenStack Ocata on bare metal servers using the official guide from here: https://docs.openstack.org/ocata/install-guide-rdo/nova-compute-install.html Unfortunately I have stuck at deploying the Compute Node due to

Re: [Openstack] Request for more documents: Ceilometer, Gnocchi, Aodh, Senlin and OVN.

2017-03-01 Thread Martinx - ジェームズ
Hey Mārtiņš, I installed it from Ubuntu packages. I'm working right now, on a fully automated (and super simple) Ansible Ocata deployment, that includes Gnocchi. I think that it will be ready by Monday! If you have a fresh installed Ubuntu 16.04, you'll be able to give it a try... Or, just take

Re: [Openstack] Assume user or create a instance for a user as admin

2017-03-01 Thread Kim Gert Nielsen
On Wed, Mar 01, 2017 at 02:41:37PM +, Mike Smith wrote: >Using the nova command, you can do ‘nova —os-project-name=PROJECT_NAME >boot’ to create an instance in that tenant, assuming your admin user has >access to that tenant.    You could also export the OS_PROJECT_NAME >environ

Re: [Openstack] Compute Node asks for [placement] section

2017-03-01 Thread Georgios Dimitrakakis
On 03/01/2017 05:13 PM, Georgios Dimitrakakis wrote: All, I am trying to deploy OpenStack Ocata on bare metal servers using the official guide from here: https://docs.openstack.org/ocata/install-guide-rdo/nova-compute-install.html Unfortunately I have stuck at deploying the Compute Node due