Add default_user to cloud.cfg (this is required for ssh keys to work)
This commit is contained in:
parent
fac1467953
commit
bf4ebef871
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user