diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2016-09-29 16:48:29 +0300 |
---|---|---|
committer | Michael Polenchuk <mpolenchuk@mirantis.com> | 2016-10-20 16:55:36 +0300 |
commit | e37746b93c622ddddeb44bc5791c8da4a98fff7f (patch) | |
tree | c8e112e34ca16079c510220ace0d4d2968d262f6 /build/install/apt-ftparchive-deb.conf | |
parent | c24e8e0e96772941ad46045edd3b05b74d74bd8d (diff) |
Update cirros image
To properly handle source routing passing by dhcpd
inside instance get latest cirros image.
JIRA: FUEL-202
Change-Id: Icd44ebbdd7b4aa0cb55c080e614616a7b0198c0f
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Diffstat (limited to 'build/install/apt-ftparchive-deb.conf')
-rw-r--r-- | build/install/apt-ftparchive-deb.conf | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/build/install/apt-ftparchive-deb.conf b/build/install/apt-ftparchive-deb.conf index 0d15aec6f..edcb1f2a4 100644 --- a/build/install/apt-ftparchive-deb.conf +++ b/build/install/apt-ftparchive-deb.conf @@ -17,15 +17,13 @@ TreeDefault { }; BinDirectory "pool/main" { - Packages "dists/trusty/main/binary-amd64/Packages"; - BinOverride "./indices/override.trusty.main"; - ExtraOverride "./indices/override.trusty.extra.main"; + Packages "dists/mos9.0/main/binary-amd64/Packages"; }; Default { Packages { Extensions ".deb"; - Compress ". gzip"; + Compress ". gzip bzip2"; }; }; |