Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

conductor-api --port=8091 -- --config-file={conductor_conf_file_location} 
conductor-controller --config-file={conductor_conf_file_location}
conductor-solver --config-file={conductor_conf_file_location}
conductor-reservation --config-file={conductor_conf_file_location}
conductor-data --config-file={conductor_conf_file_location}

...

Commiting the Code

git commit -am "Initial proj struct"
git review -s
git commit -as --amend
# scroll down 2lines (above your Change-ID) - hit "i"forinsert - add: Issue-ID: OOM-500

...