Skip to content

Missing deployment_manifest alias #3

@Mulinho

Description

@Mulinho

Automated deployment of app.yml with a correct deployment manifest taken from mcctl does not work. In the created App, deploymentmanifest field is empty. This can be easily fixed by changing this:

        for (key, alias) in (("access_ports", "accessports"),
                             ("default_flavor", "defaultflavor"),
                             ("image_path", "imagepath"),
                             ("image_type", "imagetype"):

into this:

        for (key, alias) in (("access_ports", "accessports"),
                             ("default_flavor", "defaultflavor"),
                             ("image_path", "imagepath"),
                             ("image_type", "imagetype"),
                             ("deployment_manifest", "deploymentmanifest")):

in deploy-app.py.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions