Cannot execute microstack.ovn-trace
Bug #1984448 reported by
Mark Beierl
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MicroStack |
Triaged
|
High
|
Unassigned |
Bug Description
I've tried many combinations of quotes, escapes, etc, and it seems there is no method to invoke ovn-trace. The following error is displayed:
Example command:
sudo microstack.
Output:
ovn-trace: exactly two non-option arguments are required (use --help for help)
To post a comment you must log in.
I've confirmed this. For BootStack team training purposes, I'm trying to walk through the OVN OpenStack tutorial [1] using Microstack as the underlying openstack environment.
In the tutorial, there's a command:
ovn-trace n1 'inport == "ap"'
Converting for microstack w/o aliases, that becomes:
sudo microstack. ovn-trace n1 'inport == "ap"
And... I get the exact same issue as the original author.
[1] https:/ /docs.ovn. org/en/ latest/ tutorials/ ovn-openstack. html