fab add_basic_images failed for host with "10.87" network
Bug #1570137 reported by
Vivek
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Juniper Openstack | Status tracked in Trunk | |||||
R3.0 |
Fix Committed
|
High
|
Vivek | |||
R3.1 |
Fix Committed
|
High
|
Vivek | |||
R3.2 |
Won't Fix
|
High
|
Ganesha HV | |||
Trunk |
Fix Committed
|
High
|
Vivek |
Bug Description
In file contrail-
if '10.84' in env.host_string:
need to change it to:
if '10.84' in env.host_string or '10.87' in env.host_string:
Changed in juniperopenstack: | |
assignee: | nobody → Vivek (vivekgarg) |
tags: | removed: sanity |
no longer affects: | juniperopenstack/r3.1 |
tags: | added: automation |
To post a comment you must log in.
Review in progress for https:/ /review. opencontrail. org/19279
Submitter: Vivek (<email address hidden>)