Juniper / contrail

Contrail repo for core components (go based)
Apache License 2.0
44 stars 32 forks source link

Fix typo in *.yml files #67

Closed renkam closed 6 years ago

renkam commented 6 years ago

Fixes typo in *.yml files This fixes #66

nati commented 6 years ago

I think "operations" is correct, because this attributes contains multiple operations ( CRUD ) https://github.com/Juniper/contrail-controller/blob/master/src/schema/vnc_cfg.xsd

renkam commented 6 years ago

OK, should I change name of field in JSONSchema to Operations? https://github.com/Juniper/contrail/blob/master/pkg/common/schema.go#L108

nati commented 6 years ago

yes