Merge "Fix default format of 'nova coverage-report'"
This commit is contained in:
commit
e389e8a6b4
@ -41,7 +41,7 @@ class CoverageManager(base.ManagerWithFind):
|
||||
url = '/os-coverage/action'
|
||||
return self.api.client.post(url, body=body)
|
||||
|
||||
def report(self, filename, xml=False, html=True):
|
||||
def report(self, filename, xml=False, html=False):
|
||||
body = {
|
||||
'report': {
|
||||
'file': filename,
|
||||
|
Loading…
Reference in New Issue
Block a user