Reset the grpc ssl_target_name_override and default_authority
default to be 'localhost'.
Fixes: http://tracker.ceph.com/issues/40478
Signed-off-by: Rick Chen <rick.chen@prophetstor.com>
},
{
'name': 'diskprediction_ssl_target_name_override',
- 'default': 'api.diskprophet.com'
+ 'default': 'localhost'
},
{
'name': 'diskprediction_default_authority',
- 'default': 'api.diskprophet.com'
+ 'default': 'localhost'
},
{
'name': 'sleep_interval',
restart_agent = True
break
except Exception as IOError:
- self.log.error('disk prediction plugin faield to started and try to restart')
+ self.log.error('disk prediction plugin failed to started and try to restart')
restart_agent = True
if restart_agent: