← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1977818] [NEW] Invalid cloud-config provided warning but still works -- how to remove?

 

Public bug reported:

I get an invalid cloud-config warning despite everything working as
expected.

This is the question i asked in superuser
https://superuser.com/questions/1725127/invalid-config-for-cloud-init-
but-apparently-still-works-how-do-i-remove-the

the cloud provider is DigitalOcean

this is not the full config

#cloud-config
package_update: true
package_upgrade: true
users:
  - name: sammy
    ssh-authorized-keys:
      - ssh-rsa abcd...
      - ssh-rsa efgh...
    sudo: ['ALL=(ALL) NOPASSWD:ALL']
    groups: sudo
    shell: /bin/bash

See attached for the logs

** Affects: cloud-init
     Importance: Undecided
         Status: New

** Attachment added: "cloud-init.tar.gz"
   https://bugs.launchpad.net/bugs/1977818/+attachment/5595270/+files/cloud-init.tar.gz

** Summary changed:

- Invalid cloud-config provided
+ Invalid cloud-config provided warning but still works -- how to remove?

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to cloud-init.
https://bugs.launchpad.net/bugs/1977818

Title:
  Invalid cloud-config provided warning but still works -- how to
  remove?

Status in cloud-init:
  New

Bug description:
  I get an invalid cloud-config warning despite everything working as
  expected.

  This is the question i asked in superuser
  https://superuser.com/questions/1725127/invalid-config-for-cloud-init-
  but-apparently-still-works-how-do-i-remove-the

  the cloud provider is DigitalOcean

  this is not the full config

  #cloud-config
  package_update: true
  package_upgrade: true
  users:
    - name: sammy
      ssh-authorized-keys:
        - ssh-rsa abcd...
        - ssh-rsa efgh...
      sudo: ['ALL=(ALL) NOPASSWD:ALL']
      groups: sudo
      shell: /bin/bash

  See attached for the logs

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1977818/+subscriptions



Follow ups