Remove the is_kubernetes checks from sysinv

The is_kubernetes checks were added when containerization
was first being implemented to allow a non containerized
environment to continue to work.
The non kubernetes environment is no longer operational
and the option to disable this is no longer provided, so all
the code that checks for this system capability is no longer
needed, since it will always be True.

Change-Id: Iae91d6cb6f9a4fe19fad992df318b4cd609c6c97
Story: 2004764
Task: 33417
Depends-On: https://review.opendev.org/#/c/663779
Depends-On: https://review.opendev.org/#/c/663780
Signed-off-by: Al Bailey <Al.Bailey@windriver.com>
This commit is contained in:
Al Bailey 2019-06-06 16:46:03 -05:00
parent 542773dc11
commit 757c83eea6
1 changed files with 1 additions and 2 deletions

View File

@ -71,8 +71,7 @@ def populate_system_config(client):
'vswitch_type': 'none',
'shared_services': '[]',
'sdn_enabled': False,
'https_enabled': False,
'kubernetes_enabled': True}
'https_enabled': False}
values = {
'system_mode': CONF.get('BOOTSTRAP_CONFIG', 'SYSTEM_MODE'),