From 703285dca3c63c2e98d1abd176c6d31f28c36097 Mon Sep 17 00:00:00 2001 From: Clint Byrum Date: Fri, 10 May 2013 13:35:08 -0700 Subject: [PATCH] Provide example config option for instance_user. Change-Id: I0782dafd785c21e96e4063ab4604dd3703c7c436 --- etc/heat/heat-engine.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/etc/heat/heat-engine.conf b/etc/heat/heat-engine.conf index 25bbaa72..c88cef76 100644 --- a/etc/heat/heat-engine.conf +++ b/etc/heat/heat-engine.conf @@ -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 -- 2.45.2