puppet-openstack_extras/spec
Emilien Macchi 7663e821f5 auth file: default urls to keystone v3
Keystone v3 status is CURRENT [1] while v2.0 is SUPPORTED [2].
A lot of work has been done in puppet-keystone to use v3 API by default,
even if we can still run v2.0.

This patch:

* add new parameter and set IDENTITY_API_VERSION to 3 by default
* change urls for v3 endpoints by default
* change tenant_name parameter to undef by default
* change project_name parameter to 'openstack' by default
* change project_domain and user_domain parameters to 'default' by
  default

It's a non-backward compatible change, for the users who don't set the
values that have been changed.
Though they can still override the default and switching back to
v2.0 if needed.

[1] http://developer.openstack.org/api-ref-identity-v3.html
[2] http://developer.openstack.org/api-ref-identity-v2.html

Change-Id: If97d24e627ff5ff688f5fb634221a29a98f0ae90
2016-02-15 13:07:28 -05:00
..
acceptance bump to mitaka 2016-01-20 16:01:03 -05:00
classes auth file: default urls to keystone v3 2016-02-15 13:07:28 -05:00
defines Add os_service_default fact for tests 2016-01-08 16:21:18 -07:00
fixtures/manifests spec: drop ::foo fake module 2015-10-14 23:05:44 -04:00
unit/puppet/provider Fixes for new pacemaker versions 2015-02-10 11:17:46 +01:00
shared_examples.rb Initial msync run for all Puppet OpenStack modules 2015-08-18 14:16:50 +02:00
spec_helper_acceptance.rb Use puppet-openstack_spec_helper for Rakefile & spec_helper_acceptance 2016-01-20 16:01:20 -05:00
spec_helper.rb drop mock dependency 2016-01-22 09:57:05 -05:00