diff options
author | Scott Moser <smoser@ubuntu.com> | 2012-03-09 09:51:26 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2012-03-09 09:51:26 -0500 |
commit | 91c1ef651077dbdbe7e8a85cb7b48926fbeb0aab (patch) | |
tree | c8109573d5bd4eea94502567579af6395ae237ce /doc | |
parent | 210dfb8840baded8a2282e8b0b49c3a034222bd8 (diff) | |
download | vyos-cloud-init-91c1ef651077dbdbe7e8a85cb7b48926fbeb0aab.tar.gz vyos-cloud-init-91c1ef651077dbdbe7e8a85cb7b48926fbeb0aab.zip |
mention bug number in cloud-config.txt
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/cloud-config.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/cloud-config.txt b/doc/examples/cloud-config.txt index 542a49c7..171802cc 100644 --- a/doc/examples/cloud-config.txt +++ b/doc/examples/cloud-config.txt @@ -47,7 +47,7 @@ apt_proxy: http://my.apt.proxy:3128 # apt_pipelining (configure Acquire::http::Pipeline-Depth) # Default: disables HTTP pipelining. Certain web servers, such -# as S3 do not pipeline properly. +# as S3 do not pipeline properly (LP: #948461). # Valid options: # False/default: Disables pipelining for APT # None/Unchanged: Use OS default |