puppet-aodh/spec/classes
Iury Gregory Melo Ferreira 75161dd0ca Move aodh to authtoken
In aodh::api, use keystone::resource::authtoken to configure
keystone_authtoken section in aodh.conf, with all parameters
required to configure keystonemiddleware.
This patch will allow to deploy aodh to use Keystone v3 authentification.

Some deprecations:
- aodh::api::keystone_tenant is deprecated in favor of
  aodh::keystone::authtoken::project_name.
- aodh::api::keystone_user is deprecated in favor of
  aodh::keystone::authtoken::username.
- aodh::api::keystone_password is deprecated in favor of
  aodh::keystone::authtoken::password.
- aodh::api::keystone_project_domain_name is deprecated in favor of
  aodh::keystone::authtoken::project_domain_name
- aodh::api::keystone_user_domain_name is deprecated in favor of
  aodh::keystone::authtoken::user_domain_name
- aodh::api::keystone_auth_type is deprecated in favor of
  aodh::keystone::authtoken::auth_type
- aodh::api::keystone_auth_uri is deprecated in favor of
  aodh::keystone::authtoken::auth_uri
- aodh::api::keystone_identity_uri is deprecated in favor of
  aodh::keystone::authtoken::auth_url
- aodh::api::keystone_auth_url is deprecated in favor of
  aodh::keystone::authtoken::auth_url
- aodh::api::memcached_servers is deprecated in favor of
  aodh::keystone::authtoken::memcached_servers

Change-Id: Id8b3d8265f3554865fd77b291f235219b147efb9
Related-Bug: #1604463
2016-08-19 04:27:46 +00:00
..
aodh_api_spec.rb Move aodh to authtoken 2016-08-19 04:27:46 +00:00
aodh_auth_spec.rb Update auth parameters to support Keystone v3 2016-06-21 11:22:37 -04:00
aodh_client_spec.rb Update to include new aodhclient 2016-06-08 21:35:13 +00:00
aodh_config_spec.rb Add spec test for aodh::config 2016-05-13 22:42:49 +08:00
aodh_db_mysql_spec.rb puppet-aodh: Initial commit 2015-10-01 09:35:49 -04:00
aodh_db_postgresql_spec.rb Update tests to leverage rspec-puppet-facts 2016-01-13 14:22:06 -07:00
aodh_db_spec.rb Merge "Update class params to os_service_default" 2016-05-10 15:17:38 +00:00
aodh_db_sync_spec.rb Add spec tests for aodh::db::sync 2016-04-30 22:25:32 +08:00
aodh_evaluator_spec.rb drop mock dependency 2016-01-22 09:27:24 -05:00
aodh_init_spec.rb Add purge_config option 2016-06-03 23:32:02 +08:00
aodh_keystone_auth_spec.rb Provide default service_name for keystone endpoint 2016-06-07 10:51:01 -06:00
aodh_keystone_authtoken_spec.rb Move aodh to authtoken 2016-08-19 04:27:46 +00:00
aodh_listener_spec.rb drop mock dependency 2016-01-22 09:27:24 -05:00
aodh_logging_spec.rb Revert "Deprecate use_syslog" 2016-05-31 13:41:44 +00:00
aodh_notifier_spec.rb drop mock dependency 2016-01-22 09:27:24 -05:00
aodh_policy_spec.rb Manage policy configuration file 2016-04-13 16:17:28 -06:00
aodh_wsgi_apache_spec.rb Adapt aodh tests for a new concat version 2016-05-24 14:46:49 -03:00