openshift / openshift-sdn

Apache License 2.0
69 stars 63 forks source link

Admin commands should not depend on OVS code #233

Closed smarterclayton closed 8 years ago

smarterclayton commented 8 years ago

Admin commands are client centric, and should not take dependencies on plugin implementations (which brings in lots of undesirable packages). This change will enable the admin part of the origin CLI to be embedded into oc.

pravisankar commented 8 years ago

LGTM