yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #88117
[Bug 1951846] Re: user-data not applied with YAML start and end markers
[Expired for cloud-init because there has been no activity for 60 days.]
** Changed in: cloud-init
Status: Incomplete => Expired
--
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/1951846
Title:
user-data not applied with YAML start and end markers
Status in cloud-init:
Expired
Bug description:
1. NoCloud
2.
---
#cloud-config
users:
- name: user
lock_passwd: false
plain_text_passwd: '123'
shell: /bin/bash
ssh_authorized_keys:
- <SSH public key>
sudo: ALL=(ALL) NOPASSWD:ALL
...
3. I did.
4. I attached it.
Bug description:
If I write YAML document start and end markers in the user-data file (--- and ...), user data isn't applied to my cloud image. If I don't use them, user-data works normally. In the documentation, however, it says that any valid YAML is accepted.
To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1951846/+subscriptions
References