Gather neutron facts for Pike

Depends-On: I735ae5b59596a46bd0a1dcfe37d5418e79f5b53e
Change-Id: Ic152cfb01930d8bde10ea6d9aa5bba173a87e376
This commit is contained in:
Andy McCrae 2017-04-28 17:22:36 +01:00 committed by Jesse Pretorius (odyssey4me)
parent bc04011168
commit e89069834f
2 changed files with 2 additions and 2 deletions

View File

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

View File

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