Open HashFail opened 3 years ago
When the API is down, gwcli attempts to report the error using a non-existent attribute settings.config.api_endpoint: https://github.com/ceph/ceph-iscsi/blob/master/gwcli.py#L108
settings.config.api_endpoint
Think this should be localhost:{settings.config.api_port}
localhost:{settings.config.api_port}
When the API is down, gwcli attempts to report the error using a non-existent attribute
settings.config.api_endpoint
: https://github.com/ceph/ceph-iscsi/blob/master/gwcli.py#L108