[library] Update releases data to Mitaka

Since Fuel uses Mitaka instead of Liberty, it's
time to change Liberty to Mitaka.

Change-Id: I5a6a245886b315d05e473f0f353f766b22ed6f4b
Partial-Bug: #1548776
This commit is contained in:
Artur Svechnikov 2016-03-22 14:43:50 +03:00
parent a836a98261
commit 22f3765d2d
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ fuel_openstack_version_path = '/etc/fuel_openstack_version'
# deployment tests use the ISO where this file is not
# installed. This default value should be removed
# once the ISO is updated.
read_data = "2015.1.0-8.0"
read_data = "mitaka-9.0"
Facter.add('fuel_openstack_version') do
if File.exist?(fuel_openstack_version_path)

View File

@ -6,7 +6,7 @@ fuel_release_path = '/etc/fuel_release'
# deployment tests use the ISO where this file is not
# installed. This default value should be removed
# once the ISO is updated.
read_data = "8.0"
read_data = "9.0"
Facter.add('fuel_release') do
if File.exist?(fuel_release_path)

View File

@ -25,7 +25,7 @@ Requires: fuel-misc python-fuelclient
%define files_source %{_builddir}/%{name}-%{version}/files
%define dockerctl_source %{files_source}/fuel-docker-utils
%define fuel_utils_source %{files_source}/fuel-utils
%define openstack_version liberty-%{fuel_release}
%define openstack_version mitaka-%{fuel_release}
%define predefined_upstream_modules %{_sourcedir}/upstream_modules.tar.gz
%description