Generate openrc file in /etc/platform
Create the platform openrc file in /etc/platform, while leaving existing /etc/nova/openrc file alone for now. New platform/client.pp file is created and most of the contents of openstack/client.pp moved there. openstack/client.pp can be removed once kubernetes is the default. Change-Id: Ib6de59da6dfc9f34a24054405b6cda30d0b74ac1 Story: 2002876 Task: 27499 Signed-off-by: Kevin Smith <kevin.smith@windriver.com>
This commit is contained in:
		| @@ -776,9 +776,9 @@ def migrate_hiera_data(from_release, to_release): | ||||
|             static_config = yaml.load(yaml_file) | ||||
|         static_config.update({ | ||||
|             'platform::params::software_version': SW_VERSION, | ||||
|             'openstack::client::credentials::params::keyring_directory': | ||||
|             'platform::client::credentials::params::keyring_directory': | ||||
|                 KEYRING_PATH, | ||||
|             'openstack::client::credentials::params::keyring_file': | ||||
|             'platform::client::credentials::params::keyring_file': | ||||
|                 os.path.join(KEYRING_PATH, '.CREDENTIAL'), | ||||
|         }) | ||||
|         with open(static_file, 'w') as yaml_file: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Kevin Smith
					Kevin Smith