Steve Lewis a2c215b6e7 Resolve oslo_config deprecations in nova.conf
Each of the following log messages are resolved by these changes:

* Option "auth_plugin" from group "keystone_authtoken" is deprecated.
Use option "auth_type" from group "keystone_authtoken".
* Option "use_local" from group "conductor" is deprecated for removal.
* Option "host" from group "glance" is deprecated for removal.
* Option "port" from group "glance" is deprecated for removal.

Under the [glance] group the use of api_servers in all cases is the
current recommendation per related change-id. As a result, the
glance_host and glance_service_port variables which were used to
define the deprecated configuration values are used to construct an
api_servers value that is backwards-compatible.

The glance_host variable is already provided by the OpenStack-Ansible
playbook to install nova so no new required role vars are introduced.
The glance_host var is not renamed to begin with the nova_ namespace
prefix at this time. That change should be introduced in a following
patch.

The following message is not addressed:
* Option "username" from group "keystone_authtoken" is deprecated.
Use option "user-name" from group "keystone_authtoken".

This is a bogus warning, There is no support for use of user-name
in the keystone auth library.

Related-To: I8c973e9f325f5b732d827a702a98eff8ca56cbd7
Change-Id: I8697775ccc77c11b4ed2735f40eaf3c68975a16c
2016-03-24 14:53:14 -07:00
2016-03-08 15:37:11 +00:00
2016-03-14 14:39:39 +00:00

os_nova role

tags

openstack, cloud, ansible, os_nova

category

*nix

os_nova Role

- name: os_nova role
  hosts: "hosts"
  user: root
  roles:
    - { role: "os_nova" }
Description
Role os_nova for OpenStack-Ansible
Readme 16 MiB
Languages
Jinja 58.9%
Python 27.9%
Shell 13.2%