heat/heat/cloudinit
Tomas Sedovic b8eefd1de9 Don't create cloud-init user unless specified
When the the instance_user value from heat.conf is set to empty string/None and
the user doesn't specify Server's admin_user property, Heat will not create a
custom cloud-init user.

The instance_user config option and admin_user property are deprecated and will
be removed in Juno where this behaviour becomes the default.

AWS::EC2::Instance will still create a cloud-init user for CloudFormation
compatibility. In the absence of the instance_user config option, 'ec2-user'
will be used.

Closes-Bug: #1257410
Change-Id: I42dda36045f79be079b2030669284e9db71463d7
2014-03-25 05:01:11 -04:00
..
__init__.py Refactor loguserdata.py so it can be tested. 2013-02-07 08:45:18 +13:00
boothook.sh Don't create cloud-init user unless specified 2014-03-25 05:01:11 -04:00
config Don't create cloud-init user unless specified 2014-03-25 05:01:11 -04:00
loguserdata.py Order imports in alphabetical order (3/9) 2014-02-25 16:36:39 +02:00
part_handler.py Revert "Replace part_handler.py with write-files cloudinit mechanism" 2013-08-05 12:13:59 -05:00