diff --git a/library/neutron_migrations_facts b/library/neutron_migrations_facts index 79fc30d4..39922d94 100644 --- a/library/neutron_migrations_facts +++ b/library/neutron_migrations_facts @@ -131,7 +131,7 @@ MIGRATIONS = { 'run_expand': True } -RELEASES = ['ocata', 'newton', 'mitaka', 'liberty'] +RELEASES = ['pike', '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 0f979658..83cbc678 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: ocata + release: pike library_path: "{{ neutron_lib_dir }}" bin_path: "{{ neutron_bin }}" when: neutron_plugin_type.split('.')[0] == 'ml2'