Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support global opts for ovs/ovn commands in batch mode #126

Open
hzhou8 opened this issue Sep 7, 2016 · 0 comments
Open

Support global opts for ovs/ovn commands in batch mode #126

hzhou8 opened this issue Sep 7, 2016 · 0 comments

Comments

@hzhou8
Copy link
Collaborator

hzhou8 commented Sep 7, 2016

There are two kinds of opts for ovs/ovn command lines: global and command specific, as documented in man page of ovs-vsctl:
"The ovs-vsctl command line begins with global options (see OPTIONS below for details). The global options are followed by one or more commands. Each command should begin with -- by itself as a command-line argument, to separate it from the following commands. (The
-- before the first command is optional.) The command itself starts with command-specific options, if any, followed by the command name and any arguments."

Right now there is no proper way to supply opts for batch_mode in ovsclients_impl.py. The parameters taken are for command specific opts only. This need to be fixed so that we can add global options for batch mode execution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant