pavlo/heatit

View on GitHub
fixtures/engine/simple_insertion/result.yaml

Summary

Maintainability
Test Coverage
heat_template_version: 2014-10-16
parameters:
  flavor:
    type: string
    default: 1GB Standard Instance
    constraints:
      - allowed_values:
        - 512MB Standard Instance
        - 2 GB Performance
        - 4 GB Performance
        - 8 GB Performance
        - 15 GB Performance
        - 30 GB Performance
        - 1GB Standard Instance
        - 2GB Standard Instance
        - 4GB Standard Instance
        - 8GB Standard Instance
        - 15GB Standard Instance
        - 30GB Standard Instance
  ssh_key_name:
    type: string
    label: SSH Key name
    description: User name to be configured for the application
    default: pavlo