Merge "[nailgun] Update releases name to Mitaka"

This commit is contained in:
Jenkins 2016-03-31 15:07:02 +00:00 committed by Gerrit Code Review
commit a4e79ff095
3 changed files with 14 additions and 14 deletions

View File

@ -1887,11 +1887,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:
@ -1962,10 +1962,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:
@ -2203,9 +2203,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

@ -30,7 +30,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