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

2017-03-02 Thread Kim Gert Nielsen
On Thu, Mar 02, 2017 at 12:15:57PM +, Mike Smith wrote: > Can you verify that you have given the admin user access to the demo tenant? Found it :) that was the missing part thanks -- Kim Gert Nielsen ___ Mailing list: http://lists.openstack.org/cg

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

2017-03-02 Thread Mike Smith
Can you verify that you have given the admin user access to the demo tenant? > On Mar 2, 2017, at 12:03 AM, Kim Gert Nielsen wrote: > >> 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

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] 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] 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