New Question

Revision history [back]

click to hide/show revision 1
initial version

cloud-config

Does cloudbase init support cloud-config so you can send it stuff like:

#cloud-config
system_info:
  default_user:
    name: foobar
password: FooBar
chpasswd: { expire: False }
ssh_pwauth: True

Our usecase is that we want to set username and password through Openstack API which works perfectly with the above for cloud-init enabled Linux dists.

If above is not supported, (which I don't think it is as I can find no references to it) any other ideas on how to accomplish this with cloudbase init?

Any special reason it's not supported?