Merge "Update os_neutron to handle newton migrations"

This commit is contained in:
Jenkins 2016-04-21 07:22:29 +00:00 committed by Gerrit Code Review
commit 608734985a
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: mitaka
release: newton
"""
@ -118,7 +118,7 @@ MIGRATIONS = {
'run_expand': True
}
RELEASES = ['mitaka', 'liberty']
RELEASES = ['newton', 'mitaka', 'liberty']
def get_branch(release, revision, library_path, project):

View File

@ -41,7 +41,7 @@
- name: Get neutron migrations facts
neutron_migrations_facts:
release: mitaka
release: newton
library_path: "{{ neutron_lib_dir }}"
bin_path: "{{ neutron_bin }}"
when: neutron_plugin_type == 'ml2'