EXCLUDE_SERVERS doesn't work with USE_SUBNETS
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Packstack |
In Progress
|
Undecided
|
Pavel Gluschak |
Bug Description
When we look for interfaces by CIDR and specify EXCLUDE_SERVERS we may result in:
2017-06-09 13:50:07:
File "/usr/lib/
_main(options, confFile, logFile)
File "/usr/lib/
runSequences()
File "/usr/lib/
controller.
File "/usr/lib/
sequence.
File "/usr/lib/
step.
File "/usr/lib/
self.
File "/usr/lib/
n_host, config)
File "/usr/lib/
info = config[
KeyError: '10.94.4.132'
That's because host details dict doesn't contain excluded servers.
Changed in packstack: | |
assignee: | nobody → Pavel Gluschak (scsnow) |
Changed in packstack: | |
status: | New → In Progress |