[nailgun] Update releases name to Mitaka

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

Change-Id: I061ea0a62151e8c36d2bb50e119efe3bb82a91c5
Partial-Bug: #1548776
This commit is contained in:
Artur Svechnikov 2016-03-22 14:31:07 +03:00
parent c6a94e5ad6
commit 2aa28a749e
3 changed files with 14 additions and 14 deletions

View File

@ -1848,11 +1848,11 @@
- pk: 1
extend: *base_release
fields:
name: "Liberty on CentOS 6.5"
name: "Mitaka on CentOS 6.5"
state: "unavailable"
version: "liberty-9.0"
version: "mitaka-9.0"
operating_system: "CentOS"
description: "This option will install the OpenStack Liberty packages using a CentOS based operating system. With high availability features built in, you are getting a robust, enterprise-grade OpenStack deployment."
description: "This option will install the OpenStack Mitaka packages using a CentOS based operating system. With high availability features built in, you are getting a robust, enterprise-grade OpenStack deployment."
attributes_metadata:
editable:
kernel_params:
@ -1934,10 +1934,10 @@
pk: 2
extend: *base_release
fields:
name: "Liberty on Ubuntu 14.04"
version: "liberty-9.0"
name: "Mitaka on Ubuntu 14.04"
version: "mitaka-9.0"
operating_system: "Ubuntu"
description: "This option will install the OpenStack Liberty packages using Ubuntu as a base operating system. With high availability features built in, you are getting a robust, enterprise-grade OpenStack deployment."
description: "This option will install the OpenStack Mitaka packages using Ubuntu as a base operating system. With high availability features built in, you are getting a robust, enterprise-grade OpenStack deployment."
attributes_metadata:
editable:
kernel_params:
@ -2140,9 +2140,9 @@
- pk: 3
extend: *ubuntu_release
fields:
name: "Liberty on Ubuntu+UCA 14.04"
version: "liberty-9.0"
description: "This option will install the OpenStack Liberty packages using Ubuntu as a base operating system, including Ubuntu Cloud Archive OpenStack packages. With high availability features built in, you are getting a robust, enterprise-grade OpenStack deployment."
name: "Mitaka on Ubuntu+UCA 14.04"
version: "mitaka-9.0"
description: "This option will install the OpenStack Mitaka packages using Ubuntu as a base operating system, including Ubuntu Cloud Archive OpenStack packages. With high availability features built in, you are getting a robust, enterprise-grade OpenStack deployment."
attributes_metadata:
editable:
repo_setup:

View File

@ -43,7 +43,7 @@
},
{
"os": "ubuntu",
"version": "liberty-9.0",
"version": "mitaka-9.0",
"mode": ["ha"],
"deployment_scripts_path": "deployment_scripts/",
"repository_path": "repositories/ubuntu"
@ -103,7 +103,7 @@
},
{
"os": "ubuntu",
"version": "liberty-9.0",
"version": "mitaka-9.0",
"mode": ["ha"],
"deployment_scripts_path": "deployment_scripts/",
"repository_path": "repositories/ubuntu"
@ -150,7 +150,7 @@
},
{
"os": "ubuntu",
"version": "liberty-9.0",
"version": "mitaka-9.0",
"mode": ["ha"],
"deployment_scripts_path": "deployment_scripts/",
"repository_path": "repositories/ubuntu"
@ -214,7 +214,7 @@
},
{
"os": "ubuntu",
"version": "liberty-9.0",
"version": "mitaka-9.0",
"mode": ["ha"],
"deployment_scripts_path": "deployment_scripts/",
"repository_path": "repositories/ubuntu"

View File

@ -29,7 +29,7 @@ from nailgun.test.integration import test_orchestrator_serializer_80
class TestSerializer90Mixin(object):
env_version = "liberty-9.0"
env_version = "mitaka-9.0"
task_deploy = True
@classmethod