Skip to content

Commit

Permalink
Merge "Fixes: API Server Performance Optimization Placeholder bug"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Jun 22, 2016
2 parents a8203a4 + b07adcb commit e8b4564
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions contrail_provisioning/config/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ def fixup_ifmap_config_files(self):
template_vals, self._temp_dir_name + '/publisher.properties')
local("sudo mv %s/publisher.properties /etc/ifmap-server/" %(self._temp_dir_name))

# IfMap need not waste CPU cycles on validating XML generated by API server.
local("sudo sed -i 's/^irond.xml.validate=true/irond.xml.validate=false/gI' /etc/ifmap-server/ifmap.properties")

def fixup_contrail_api_config_file(self):
if self._args.orchestrator == 'vcenter':
multi_tenancy_flag = False
Expand Down

0 comments on commit e8b4564

Please sign in to comment.