10 Commits

Author SHA1 Message Date
qiaomin
fa57613789 Replace port 35357 with 5000
Now that the v2.0 API has been removed, we don't have a reason to
include deployment instructions for two separate applications on
different ports.

Change-Id: I168b731b37a714500a5600d0f5f95e229efa25fd
2018-05-13 00:37:38 +08:00
ZhongShengping
7109757361 Deprecate auth_uri option
Option auth_uri from group keystone_authtoken is deprecated[1].
Use option www_authenticate_uri from group keystone_authtoken.

[1]https://review.openstack.org/#/c/508522/

Change-Id: I68733b2be276fb6c3313fc116dfbaf18cf746ac2
Depends-On: I4c82a63baabd6b9304b302c97cd751a0103d8316
Closes-Bug: #1759098
2018-04-03 16:55:02 +08:00
Xingchao Yu
f093af69a9 Update group name of cert related options
The group name of cert related options have been changed from
keystone_authtoken to keystone_auth since Ocata[1].

This patch is aim to update them to avoid deprecated warning from oslo.config

[1] https://github.com/openstack/magnum/blob/master/magnum/conf/keystone.py#L19

Change-Id: Ic86eda5ca936e84da9a813aee8b6ceaa1c90eff7
2017-11-03 12:29:34 +13:00
ZhongShengping
3bd8a92173 Configure *_domain_name to Default by default
Keystone v2.0 API was removed so we have no choice but configuring
user_domain_name and project_domain_name otherwise it fallbacks to
Keystone v2.0 and it fails. This patch sets the default value so we make
sure Keystone v3 will be used out of the box for our users.

Change-Id: I8df96dd9faf520fe0af21edb2cfa626b17d65727
2017-10-13 14:35:06 +08:00
ZhongShengping
4fb1dec3df Deprecate revocation_cache_time option
The revocation_cache_time is deprecated for removel because of PKI
token format is no longer supported.
Update warning message and add a release note.

Change-Id: I6edd1bbad778c2a9b44be9bcfc65c978b5e35132
Closes-Bug: #1717144
2017-09-14 11:38:55 +08:00
Jenkins
3081f9d6f4 Merge "Fix magnum cluster TLS cert generation" 2017-09-06 07:24:24 +00:00
b7071d406c Fix magnum cluster TLS cert generation
Magnum cluster's cert creation requires admin_user, admin_password
and admin_tenant_name to be set in [keystone_authtoken] section.

Change-Id: Ice8e6537ac6796df032c4c4cf2a194d2214430fd
Closes-Bug: #1670355
2017-09-05 13:09:49 +00:00
Matthew J. Black
7013f5f9e1 Allow python-memcache install from authtoken class
The python-memcache package is required if using memcached. By
default the package is not installed and the define has it set to
false. This change allows managing the python-memcache package
install from the authtoken class.

Change-Id: I492f8eb4826140be3bfa041adb13b2a916a50bb8
2017-01-11 18:30:45 -05:00
ZhongShengping
bc475a0d42 Deprecate signing_dir option
The signing_dir is deprecated for removel because of PKI token format
is no longer supported.
Update warning message and release note.

Change-Id: I693677504323503b25e2739212cf7a731bb43d67
Closes-Bug: #1652700
2016-12-28 14:11:45 +08:00
coldmoment
987e53f94d Move magnum to authtoken
Allow magnum to configure the keystone_authtoken section in
magnum.conf with all new parameters from Keystone Middleware
using the  keystone::resource::authtoken from puppet-keystone
This will also add support to authentication using Keystone v3.

Change-Id: I4a69bd72e6114e287520548587a14ac0e44b1e84
Closes-Bug: #1604463
2016-08-26 16:19:02 -03:00