heat/heat/engine/resources
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
..
ceilometer Remove vim header from files. 2014-03-04 08:51:56 -06:00
neutron Merge "Reimplement DHCPAgent as net's property" 2014-03-25 04:28:43 +00:00
software_config Document software config classes 2014-03-25 09:08:43 +13:00
__init__.py Merge "Use PluginManager to load resources" 2014-03-06 00:15:03 +00:00
autoscaling.py remove attributes from OS::Heat::AutoScalingGroup 2014-03-13 08:04:29 -07:00
cloud_watch.py Order imports in alphabetical order (6/9) 2014-03-11 16:24:49 +02:00
eip.py Order imports in alphabetical order (6/9) 2014-03-11 16:24:49 +02:00
image.py Implement glance image constraint 2014-02-19 09:55:19 +01:00
instance.py Don't create cloud-init user unless specified 2014-03-25 05:01:11 -04:00
internet_gateway.py Order imports in alphabetical order (6/9) 2014-03-11 16:24:49 +02:00
loadbalancer.py Order imports in alphabetical order (6/9) 2014-03-11 16:24:49 +02:00
network_interface.py Order imports in alphabetical order (6/9) 2014-03-11 16:24:49 +02:00
nova_floatingip.py Order imports in alphabetical order (6/9) 2014-03-11 16:24:49 +02:00
nova_keypair.py Order imports in alphabetical order (6/9) 2014-03-11 16:24:49 +02:00
nova_utils.py Don't create cloud-init user unless specified 2014-03-25 05:01:11 -04:00
os_database.py Order imports in alphabetical order (6/9) 2014-03-11 16:24:49 +02:00
random_string.py Use six.move.xrange to replace xrange 2014-03-14 09:32:24 +08:00
resource_group.py Merge "Default properties to the empty dict in ResourceGroup" 2014-03-18 04:50:53 +00:00
route_table.py Order imports in alphabetical order (6/9) 2014-03-11 16:24:49 +02:00
s3.py Order imports in alphabetical order (6/9) 2014-03-11 16:24:49 +02:00
security_group.py Order imports in alphabetical order (6/9) 2014-03-11 16:24:49 +02:00
server.py Don't create cloud-init user unless specified 2014-03-25 05:01:11 -04:00
stack.py Order imports in alphabetical order (6/9) 2014-03-11 16:24:49 +02:00
subnet.py Order imports in alphabetical order (6/9) 2014-03-11 16:24:49 +02:00
swift.py Order imports in alphabetical order (6/9) 2014-03-11 16:24:49 +02:00
template_resource.py Generate local TemplateResource class 2014-03-14 09:14:48 +01:00
user.py Order imports in alphabetical order (6/9) 2014-03-11 16:24:49 +02:00
volume.py Order imports in alphabetical order (6/9) 2014-03-11 16:24:49 +02:00
vpc.py Order imports in alphabetical order (6/9) 2014-03-11 16:24:49 +02:00
wait_condition.py Order imports in alphabetical order (6/9) 2014-03-11 16:24:49 +02:00