juju / charm-helpers

Apache License 2.0
18 stars 127 forks source link

ovsdb: Add support for retrieving single record #731

Closed fnordahl closed 2 years ago

fnordahl commented 2 years ago

At present the SimpleOVSDB allows you to find records.

The find command does however not allow you to match on a records UUID.

Add API for retrieval of a specific record by subscripting the SimpleOVSDB Table class.