diff --git a/examples/deploy-repo/hardware/flavors/m1.small.nicX.yaml b/examples/deploy-repo/hardware/flavors/m1.small.nicX.yaml index 536bc63e3..80c143ea6 100644 --- a/examples/deploy-repo/hardware/flavors/m1.small.nicX.yaml +++ b/examples/deploy-repo/hardware/flavors/m1.small.nicX.yaml @@ -1,6 +1,6 @@ -# yaml-language-server: $schema=https://rackerlabs.github.io/understack/flavor.schema.json +# yaml-language-server: $schema=https://rackerlabs.github.io/understack/schema/flavor.schema.json name: m1.small.nicX resource_class: m1.small traits: - trait: NICX - requirement: required + state: required diff --git a/examples/deploy-repo/hardware/flavors/m1.small.yaml b/examples/deploy-repo/hardware/flavors/m1.small.yaml index 7c2caf753..b5236f9c9 100644 --- a/examples/deploy-repo/hardware/flavors/m1.small.yaml +++ b/examples/deploy-repo/hardware/flavors/m1.small.yaml @@ -1,3 +1,3 @@ -# yaml-language-server: $schema=https://rackerlabs.github.io/understack/flavor.schema.json +# yaml-language-server: $schema=https://rackerlabs.github.io/understack/schema/flavor.schema.json name: m1.small resource_class: m1.small