Skip to content

Commit

Permalink
Merge "Remove extra "+" from command" into R2.20
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Jul 24, 2015
2 parents c9e18a3 + 12299a6 commit dd555ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabfile/tasks/provision.py
Original file line number Diff line number Diff line change
Expand Up @@ -1878,7 +1878,7 @@ def add_tor_agent_by_index(index, node_info, restart=True):
if not ssl_files_copied_from_standby:
ssl_cmd = "openssl req -new -x509 -days 3650 -text -sha256"
ssl_cmd += " -newkey rsa:4096 -nodes -subj \"/C=US/ST=Global/O="
ssl_cmd += + tor_vendor_name + "/CN=" + domain_name + "\""
ssl_cmd += tor_vendor_name + "/CN=" + domain_name + "\""
ssl_cmd += " -keyout " + privkey_file + " -out " + cert_file
sudo(ssl_cmd)

Expand Down

0 comments on commit dd555ca

Please sign in to comment.