Add default_user to cloud.cfg (this is required for ssh keys to work)

This commit is contained in:
Garrett Holmstrom 2012-12-13 13:32:28 -08:00
parent fac1467953
commit bf4ebef871
2 changed files with 5 additions and 1 deletions

View File

@ -46,6 +46,7 @@ cloud_final_modules:
- final-message - final-message
system_info: system_info:
default_user: ec2-user
distro: fedora distro: fedora
paths: paths:
cloud_dir: /var/lib/cloud cloud_dir: /var/lib/cloud

View File

@ -2,7 +2,7 @@
Name: cloud-init Name: cloud-init
Version: 0.7.1 Version: 0.7.1
Release: 1%{?dist} Release: 2%{?dist}
Summary: Cloud instance init scripts Summary: Cloud instance init scripts
Group: System Environment/Base Group: System Environment/Base
@ -133,6 +133,9 @@ fi
%changelog %changelog
* Thu Dec 13 2012 Garrett Holmstrom <gholms@fedoraproject.org> - 0.7.1-2
- Added default_user to cloud.cfg (this is required for ssh keys to work)
* Wed Nov 21 2012 Garrett Holmstrom <gholms@fedoraproject.org> - 0.7.1-1 * Wed Nov 21 2012 Garrett Holmstrom <gholms@fedoraproject.org> - 0.7.1-1
- Rebased against version 0.7.1 - Rebased against version 0.7.1
- Fixed broken sudoers file generation - Fixed broken sudoers file generation