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'