fix cloud-init in ubuntu lxc containers (LP: #800824) [Clint Byrum]
This commit is contained in:
parent
486a0f14a9
commit
e912e838ce
@ -23,6 +23,7 @@
|
||||
(LP: #785542)
|
||||
- read /etc/ssh/sshd_config for AuthorizedKeysFile rather than
|
||||
assuming ~/.ssh/authorized_keys (LP: #731849)
|
||||
- fix cloud-init in ubuntu lxc containers (LP: #800824)
|
||||
0.6.1:
|
||||
- fix bug in fixing permission on /var/log/cloud-init.log (LP: #704509)
|
||||
- improve comment strings in rsyslog file tools/21-cloudinit.conf
|
||||
|
@ -14,6 +14,8 @@ script
|
||||
|
||||
[ -f /var/lib/cloud/instance/obj.pkl ] && exit 0
|
||||
|
||||
start networking
|
||||
|
||||
short=10; long=60;
|
||||
sleep ${short}
|
||||
echo $UPSTART_JOB "waiting ${long} seconds for a network device."
|
||||
|
Loading…
x
Reference in New Issue
Block a user