New Question

mabe's profile - activity

2016-08-04 13:20:29 +0300 received badge  Taxonomist
2015-10-01 01:46:03 +0300 received badge  Famous Question (source)
2015-01-23 20:46:55 +0300 received badge  Notable Question (source)
2014-11-24 18:16:32 +0300 received badge  Popular Question (source)
2014-11-09 19:33:49 +0300 asked a question 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?