[Openstack] [Keystone Juno] How to grant ResellerAdmin permission(role) to an user ?

2015-04-07 Thread Kuo Hugo
Hi folks, I'm writing a script to generate sample data for users in different domains. I got a question about how to create a user who has the permission as the admin_token in keystone.conf ? Thanks // Hugo ___ Mailing list: http://lists.openstack.org/

Re: [Openstack] [Keystone Juno] How to grant ResellerAdmin permission(role) to an user ?

2015-04-07 Thread Steve Martinelli
You can't really do this. The admin_token doesn't represent a user, and has no role or authorization associated with it. It just bypasses the authentication process. If you have an admin user, grant the admin user the admin role on the new domain, and they should be able to create sample data.

Re: [Openstack] [Keystone Juno] How to grant ResellerAdmin permission(role) to an user ?

2015-04-07 Thread Kuo Hugo
Hi Steve, Good explanation. It's much more clear on top of my mind now. Thanks a lot. Hugo 2015-04-07 21:14 GMT+08:00 Steve Martinelli : > You can't really do this. The admin_token doesn't represent a user, and > has no role or > authorization associated with it. It just bypasses the authentic

[Openstack] Request for Trove installation guide

2015-04-07 Thread Sharada R
Hi All, Have anyone installed the trove successfuly in Juno release if so please provide the link.Using the below link I tried installing trove http://docs.openstack.org/developer/trove/dev/manual_install.html I was not able to install trove successfully.I found issues in trove-guestagent .Kindl

[Openstack] [Heat] Kilo RC1 available

2015-04-07 Thread Thierry Carrez
Hello everyone, Heat is the first project to produce a release candidate for the Kilo release! The RC1 tarball, as well as a list of last-minute features and fixed bugs since kilo-3 are available at: https://launchpad.net/heat/kilo/kilo-rc1 Unless release-critical issues are found that warrant a

Re: [Openstack] Request for Trove installation guide

2015-04-07 Thread Mariam John
Hi Sharada, If manual install isnt working for you, then you can try using redstack to install. Here's the link: https://github.com/openstack/trove-integration After installing trove, you can create a mysql image using the command: ./redstack kick-start mysql If you need help with the manual

[Openstack] BUG:Adding more tenants access to flavor with limited access causes already existing instance "size" in that tenant to "Not available" and this error pops up "Error: Unable to retrieve ins

2015-04-07 Thread mad Engineer
Running Icehouse in Ubuntu 14.04 and Centos 6.6 (Both have this issue). Created a flavor "Flavor 1" with only "tenant A " having access to it and there are 20 instances created from that flavor. Now I have added 2 more tenants to access "Flavor 1" All the running instances in tenant A shows "Err

[Openstack] OpenStack in the classroom

2015-04-07 Thread Amrith Kumar
CS and EE schools today use open source software as the basis for a lot of coursework and as the practical example for several concepts. Most often the exemplar system is Linux. Yet if students are even taught about the cloud, they often learn about that other cloud company from Seattle. I thin

[Openstack] Object still random showing after object expired

2015-04-07 Thread Jirayut Nimsaeng
I'm using Swift from apt-get package on Ubuntu 14.10 that's 2.2.0-0ubuntu1 with 1 proxy and 3 nodes already running fine for few months. After I found the feature object expirer so I tested it by running its process on only proxy node. But found that after see in the log show it's doing fine Apr

[Openstack] [Keystone] Kilo RC1 available

2015-04-07 Thread Thierry Carrez
Hello everyone, Second to pass the kilo release candidate post is Keystone ! The RC1 tarball, as well as a list of last-minute features and fixed bugs since kilo-3 are available at: https://launchpad.net/keystone/kilo/kilo-rc1 Unless release-critical issues are found that warrant a release candi

Re: [Openstack] Request for Trove installation guide

2015-04-07 Thread Tom Fifield
Which distribution do you desire to use? There are trove installation docs at http://docs.openstack.org/juno/ (choose your distro, and see 10. Add the Orchestration module) Regards, Tom On 07/04/15 23:09, Mariam John wrote: > Hi Sharada, > >If manual install isnt working for you, then yo