Merge "Fix default format of 'nova coverage-report'"

This commit is contained in:
Jenkins 2013-02-05 18:58:06 +00:00 committed by Gerrit Code Review
commit e389e8a6b4
1 changed files with 1 additions and 1 deletions

View File

@ -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,