This bug was originally filed in Launchpad as LP: #1170059
Launchpad details
affected_projects = []
assignee = None
assignee_name = None
date_closed = 2020-08-25T19:30:57.996289+00:00
date_created = 2013-04-17T17:26:56.648477+00:00
date_fix_committed = 2020-07-16T14:45:07.201316+00:00
date_fix_released = 2020-08-25T19:30:57.996289+00:00
id = 1170059
importance = low
is_complete = True
lp_url = https://bugs.launchpad.net/cloud-init/+bug/1170059
milestone = None
owner = ilyash
owner_name = Ilya Sher
private = False
status = fix_released
submitter = ilyash
submitter_name = Ilya Sher
tags = []
duplicates = []
Launchpad user Ilya Sher(ilyash) wrote on 2013-04-17T17:26:56.648477+00:00
cloudinit/config/cc_ssh.py : DISABLE_ROOT_OPTS = ... echo ... sleep 10
This gives zero exit code. Automated tools (like parallel-ssh) are mislead. Probably should be:
cloudinit/config/cc_ssh.py : DISABLE_ROOT_OPTS = ... echo ... sleep 10; exit 1
This bug was originally filed in Launchpad as LP: #1170059
Launchpad details
Launchpad user Ilya Sher(ilyash) wrote on 2013-04-17T17:26:56.648477+00:00
cloudinit/config/cc_ssh.py : DISABLE_ROOT_OPTS = ... echo ... sleep 10
This gives zero exit code. Automated tools (like parallel-ssh) are mislead. Probably should be:
cloudinit/config/cc_ssh.py : DISABLE_ROOT_OPTS = ... echo ... sleep 10; exit 1