diff options
Diffstat (limited to 'heat/vCPE/infra')
-rw-r--r-- | heat/vCPE/infra/MANIFEST.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/heat/vCPE/infra/MANIFEST.json b/heat/vCPE/infra/MANIFEST.json index 11ce42f9..5e933742 100644 --- a/heat/vCPE/infra/MANIFEST.json +++ b/heat/vCPE/infra/MANIFEST.json @@ -1,17 +1,17 @@ { - "name": "", - "description": "", + "name": "", + "description": "", "data": [ { - "file": "base_vcpe_infra.yaml", - "type": "HEAT", - "isBase": "true", + "file": "base_vcpe_infra.yaml", + "type": "HEAT", + "isBase": "true", "data": [ { - "file": "base_vcpe_infra.env", + "file": "base_vcpe_infra.env", "type": "HEAT_ENV" } ] } ] -}
\ No newline at end of file +} |