python-tripleoclient/tripleoclient/v1
Cédric Jeanneret 88d3dfd5e7 Ensure created symlink is in $PATH
With "sudo", the $PATH is overriden an really basic:
PATH=/sbin:/bin:/usr/sbin:/usr/bin
It doesn't list the /usr/local/(s)bin, hence the created
symlink wasn't seen by the script.

It also push that symlink creation in the __new__ special
method in order to make it cleaner.

Finaly, it takes care of lint/pep8 failures, not related to
this change (how is that even possible?!)

Co-Authored-By: Natal Ngétal <hobbestigrou@erakis.eu>
Closes-Bug: 1817365
Partial-Bug: 1816446

Change-Id: If09eb32f43b2c26c8cd8a89f2e862db1dd91dfed
2019-02-27 01:33:51 +00:00
..
releasenotes/notes New preflight check for the undercloud: disk space 2018-08-03 07:46:00 +02:00
__init__.py Rename rdomanager_oscplugin to tripleoclient 2015-09-08 10:22:22 -04:00
container_image.py container image build: introduce --use-buildah 2019-02-25 19:35:10 -05:00
overcloud_admin.py Add overcloud admin ssh authorize command. 2019-02-08 14:43:05 +01:00
overcloud_config.py Use workflow config_download_export 2018-07-26 09:09:09 -04:00
overcloud_credentials.py Changes Creation Of overcloudrc File to Call Workflow 2018-06-29 09:46:25 -04:00
overcloud_delete.py Fix stack.name to stack.stack_name 2018-12-17 18:38:54 +01:00
overcloud_deploy.py Use existing stack parameter for DeployIdentifier 2019-01-16 18:11:33 +05:30
overcloud_execute.py Add each command to the history file 2017-11-27 15:37:00 +00:00
overcloud_external_update.py Add verbosity level to the ansible update/upgrade run 2019-01-18 09:47:18 +01:00
overcloud_external_upgrade.py Add verbosity level to the ansible update/upgrade run 2019-01-18 09:47:18 +01:00
overcloud_ffwd_upgrade.py Add verbosity level to the ansible update/upgrade run 2019-01-18 09:47:18 +01:00
overcloud_image.py Issue a message to update nodes after updating images 2018-08-14 18:00:19 +02:00
overcloud_netenv_validate.py Add each command to the history file 2017-11-27 15:37:00 +00:00
overcloud_node.py Add '--provide' option to node clean command 2018-12-11 13:07:46 +01:00
overcloud_parameters.py Merge "Make ipmi lanplus the default in auto fencing" 2018-06-05 02:45:24 +00:00
overcloud_plan.py overcloud plan deployment status 2018-05-16 21:04:28 -04:00
overcloud_plan_roles.py Add workflows-based role listing commands 2018-01-11 15:10:08 +00:00
overcloud_profiles.py Merge "Report node availability from "overcloud profiles list"" 2017-12-27 12:47:31 +00:00
overcloud_raid.py Add each command to the history file 2017-11-27 15:37:00 +00:00
overcloud_roles.py Add workflows-based role listing commands 2018-01-11 15:10:08 +00:00
overcloud_support.py Add each command to the history file 2017-11-27 15:37:00 +00:00
overcloud_update.py Ensure created symlink is in $PATH 2019-02-27 01:33:51 +00:00
overcloud_upgrade.py Ensure created symlink is in $PATH 2019-02-27 01:33:51 +00:00
tripleo_config.py get_parser() should return a parser 2019-02-05 11:18:22 +00:00
tripleo_deploy.py Ensure created symlink is in $PATH 2019-02-27 01:33:51 +00:00
tripleo_upgrade.py Replace logging with oslo_log for upgrade classes 2018-05-23 11:45:21 +00:00
undercloud.py Remove instack-undercloud and --use-heat 2018-09-24 19:36:38 +00:00
undercloud_backup.py Use i18n for undercloud installer and utils messages 2018-05-21 16:38:03 +02:00
undercloud_config.py Deprecate docker config options 2019-02-20 12:19:42 -07:00
undercloud_deploy.py Make standalone role name configurable 2018-05-23 10:36:53 -06:00
undercloud_preflight.py Run hostname check for standalone 2019-02-13 16:23:36 -07:00