-
- Downloads
Allow limiting physical network interface configuration to subsets
Allow the physical network interface configuration to be limited to a subset of interfaces, either by interface name or switch interface description. This is done via: kayobe physical network configure --interface-limit interface1,interface2 or kayobe physical network configure --interface-description-limit host1,host2 Fixes: #25
Showing
- ansible/filter_plugins/switches.py 33 additions, 0 deletionsansible/filter_plugins/switches.py
- ansible/kolla-openstack.yml 2 additions, 1 deletionansible/kolla-openstack.yml
- ansible/physical-network.yml 33 additions, 2 deletionsansible/physical-network.yml
- doc/source/deployment.rst 10 additions, 0 deletionsdoc/source/deployment.rst
- doc/source/release-notes.rst 7 additions, 0 deletionsdoc/source/release-notes.rst
- kayobe/cli/commands.py 12 additions, 0 deletionskayobe/cli/commands.py
Please register or sign in to comment