Add ocata to the releases list
neutron_migration_facts plugins doesn't have ocata. Change-Id: I46306e45cb770e438ad859ade683b723bf416918
This commit is contained in:
parent
bfdc02af74
commit
e27795e262
@ -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):
|
||||
|
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user