Adding binding option to config auto generation
The newly added binding config option does not get generated by the auto configuration. Updating to include it. Change-Id: Ib867390f0043301f3a32264aa8373594318d2b8e
This commit is contained in:
parent
58057cd711
commit
64bce32365
@ -25,6 +25,7 @@ _kuryr_opts = [
|
||||
kuryr.common.config.core_opts))),
|
||||
('neutron_client', kuryr.common.config.neutron_opts),
|
||||
('keystone_client', kuryr.common.config.keystone_opts),
|
||||
('binding', kuryr.common.config.binding_opts),
|
||||
]
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user