puppet-nova/spec
Iury Gregory Melo Ferreira 94a6343b57 Move nova to authtoken
In nova::keystone::authtoken, use keystone::resource::authtoken to configure
keystone_authtoken section in nova.conf, with all parameters
required to configure keystonemiddleware.
This patch will allow to deploy Nova to use Keystone v3 authentification.
Update acceptance and examples

Some deprecations:
- nova::api::admin_tenant_name is deprecated in favor of
  nova::keystone::authtoken::project_name.
- nova::api::admin_user is deprecated in favor of
  nova::keystone::authtoken::username.
- nova::api::admin_password is deprecated in favor of
  nova::keystone::authtoken::password.
- nova::api::identity_uri is deprecated in favor of
  nova::keystone::authtoken::auth_url.
- nova::api::auth_version is deprecated in favor of
  nova::keystone::authtoken::auth_version
- nova::api::auth_uri is deprecated in favor of
  nova::keystone::authtoken::auth_uri
- nova::memcached_servers is deprecated in favor of
  nova::keystone::authtoken::memcached_servers.

The patch is backward compatible and keep defaults values like before.

Depends-On: I299d4c372da702232eaa7cb34b690e372f56e701
Change-Id: I32649549879f912a0f49881c244b119497cf8473
Related-Bug: #1604463
2016-08-15 14:31:06 -04:00
..
acceptance Move nova to authtoken 2016-08-15 14:31:06 -04:00
classes Move nova to authtoken 2016-08-15 14:31:06 -04:00
defines Add hooks for external install & svc management 2015-12-08 10:14:11 -05:00
fixtures/manifests Test bug #1278452 with real node definitions 2014-04-14 13:35:27 -04:00
hosts Move nova to use OSDefaults - Part1 2016-06-11 15:19:55 -03:00
type Add nova_service type for purging nova services from offline hosts 2016-05-25 10:12:37 +00:00
unit Move nova to authtoken 2016-08-15 14:31:06 -04:00
shared_examples.rb Add hooks for external install & svc management 2015-12-08 10:14:11 -05:00
spec_helper.rb Use OpenstackClient for nova providers auth 2016-03-22 18:42:40 +03:00
spec_helper_acceptance.rb Use puppet-openstack_spec_helper for Rakefile & spec_helper_acceptance 2016-01-18 09:11:28 -05:00