]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Provide example config option for instance_user.
authorClint Byrum <clint@fewbar.com>
Fri, 10 May 2013 20:35:08 +0000 (13:35 -0700)
committerClint Byrum <clint@fewbar.com>
Fri, 10 May 2013 20:38:08 +0000 (13:38 -0700)
Change-Id: I0782dafd785c21e96e4063ab4604dd3703c7c436

etc/heat/heat-engine.conf

index 25bbaa728176432d8865398f034e72389b37c5e4..c88cef7692ffcbc92a2c83f47ff4bc3845ed114d 100644 (file)
@@ -31,6 +31,11 @@ instance_connection_is_secure = 0
 # be enabled or disabled
 instance_connection_https_validate_certificates = 1
 
+# The default user that heat creates in users for ssh
+# administration is `ec2-user`, which is compatible with
+# AWS CloudFormation. You can change it with instance_user
+# instance_user = heat-admin
+
 # URL for instances to connect for metadata
 # ie the IP of the bridge device connecting the
 # instances with the host and the bind_port of