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-release.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-release.conf')
-rw-r--r-- | build/install/apt-ftparchive-release.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/build/install/apt-ftparchive-release.conf b/build/install/apt-ftparchive-release.conf index 02706bd7d..e40ff68b4 100644 --- a/build/install/apt-ftparchive-release.conf +++ b/build/install/apt-ftparchive-release.conf @@ -8,11 +8,11 @@ # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## -APT::FTPArchive::Release::Origin "Ubuntu"; -APT::FTPArchive::Release::Label "Ubuntu"; -APT::FTPArchive::Release::Suite "trusty"; -APT::FTPArchive::Release::Version "1.04"; -APT::FTPArchive::Release::Codename "trusty"; +APT::FTPArchive::Release::Origin "Mirantis"; +APT::FTPArchive::Release::Label "mos9.0"; +APT::FTPArchive::Release::Suite "mos9.0"; +APT::FTPArchive::Release::Version "14.04"; +APT::FTPArchive::Release::Codename "mos9.0"; APT::FTPArchive::Release::Architectures "amd64"; APT::FTPArchive::Release::Components "main"; APT::FTPArchive::Release::Description "Ubuntu Trusty Tahr 14.04 LTS"; |