lp:~otubo/cloud-init

Owned by Eduardo Otubo
Get this repository:
git clone https://git.launchpad.net/~otubo/cloud-init
Only Eduardo Otubo can upload to this repository. If you are Eduardo Otubo please log in for upload directions.

Branches

Name Last Modified Last Commit
migrate-lp-to-github 2019-12-20 14:23:09 UTC
lp-to-git-users: adding otubo

Author: Eduardo Otubo
Author Date: 2019-12-20 14:23:09 UTC

lp-to-git-users: adding otubo

Mapped from otubo

multiple-ssh-keys 2019-09-24 17:23:03 UTC
Fixing coding style

Author: Eduardo Otubo
Author Date: 2019-09-24 17:23:03 UTC

Fixing coding style

nm-support 2019-01-15 20:23:43 UTC
Reword comment to avoid pycodestyle E501 error

Author: Eduardo Otubo
Author Date: 2019-01-15 20:23:43 UTC

Reword comment to avoid pycodestyle E501 error

covscan-issues 2018-10-08 15:44:37 UTC
Fixing static code issues found by covscan

Author: Eduardo Otubo
Author Date: 2018-10-08 15:44:37 UTC

Fixing static code issues found by covscan

A covscan run on cloud-init found these issues that could be quickly
fixed:

1) unecessary join function used:

  cloudinit/config/cc_lxd.py:
  - log.debug("Creating lxd bridge: %s" %
  - " ".join(cmd_create))
  + log.debug("Creating lxd bridge: %s " %
  + cmd_create)

2) Unused variables:

  tools/uncloud-init:
  - helpmount) helpmount=1;;
  - root=*) rootspec=${x#root=};;

  tools/write-ssh-key-fingerprints:
  - read ktype line < "$f"
  + read ktype < "$f"

Signed-off-by: Eduardo Otubo <otubo@redhat.com>

14 of 4 results
This repository contains Public information 
Everyone can see this information.

Subscribers