Add ocata to the releases list

neutron_migration_facts plugins doesn't have ocata.

Change-Id: I46306e45cb770e438ad859ade683b723bf416918
This commit is contained in:
Jean-Philippe Evrard 2016-11-09 11:18:28 +00:00 committed by Jesse Pretorius (odyssey4me)
parent bfdc02af74
commit e27795e262
2 changed files with 3 additions and 3 deletions

View File

@ -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):

View File

@ -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'