From e27795e2621fc986fea18ce6b59b8ebe3e064fb6 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Wed, 9 Nov 2016 11:18:28 +0000 Subject: [PATCH] Add ocata to the releases list neutron_migration_facts plugins doesn't have ocata. Change-Id: I46306e45cb770e438ad859ade683b723bf416918 --- library/neutron_migrations_facts | 4 ++-- tasks/neutron_db_setup.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/library/neutron_migrations_facts b/library/neutron_migrations_facts index 994280a8..79fc30d4 100644 --- a/library/neutron_migrations_facts +++ b/library/neutron_migrations_facts @@ -55,7 +55,7 @@ author: Rcbops EXAMPLES = """ - name: Gather neutron migration facts neutron_migrations_facts: - release: newton + release: ocata """ @@ -131,7 +131,7 @@ MIGRATIONS = { 'run_expand': True } -RELEASES = ['newton', 'mitaka', 'liberty'] +RELEASES = ['ocata', 'newton', 'mitaka', 'liberty'] def get_branch(release, revision, library_path, project): diff --git a/tasks/neutron_db_setup.yml b/tasks/neutron_db_setup.yml index a5b0c188..61543583 100644 --- a/tasks/neutron_db_setup.yml +++ b/tasks/neutron_db_setup.yml @@ -15,7 +15,7 @@ - name: Get neutron migrations facts neutron_migrations_facts: - release: newton + release: ocata library_path: "{{ neutron_lib_dir }}" bin_path: "{{ neutron_bin }}" when: neutron_plugin_type.split('.')[0] == 'ml2'