Skip to content

Issue with page: Launching Instances with the CLI #143

@LMetal

Description

@LMetal

There is an issue with this command:

openstack server create
--image CC-CentOS8
--flavor baremetal
--key-name <key_name>
--nic net-id=<sharednet1_id>
--hint reservation=<reservation_id>
my-instance

This command also needs the --property flag for the lease_id parameter.
Should be:

openstack server create
--image CC-CentOS8
--flavor baremetal
--key-name <key_name>
--nic net-id=<sharednet1_id>
--hint reservation=<reservation_id>
--property reservation_id=<lease_id>
my-instance

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions