karbor/devstack
zengchen cc5931e7e4 Authentication fails by keystonemiddleware
In order to make the access to Smaug by APIs pass througth the
authentication of keystonemiddleware, I add a function named
"create_smaug_accounts" in the plugin.sh, which will create an
account in Keystone.

There are 4 steps in "create_smaug_accounts":
1. create a user "smaug".
2. bind the user with the project "service" and grant the role
   "service" to the user.
3. create a service "smaug".
4. create an endpoint of service.

Closes-Bug: #1526638
Change-Id:  I7644e568a8912f48e54b15cf897afe67a81c2e4a
2015-12-21 16:31:59 +08:00
..
local.conf.sample Initial devstack script 2015-12-09 09:33:27 +02:00
plugin.sh Authentication fails by keystonemiddleware 2015-12-21 16:31:59 +08:00
settings Authentication fails by keystonemiddleware 2015-12-21 16:31:59 +08:00