Skip to content

OpenStack::setTenant expects $tenant to be integer #290

@nickjenkin

Description

@nickjenkin

Currently, OpenStack::exportCreditentials exports the tenant id as a string. So when OpenStack::importCredientials calls setTenant with the output of exportCreditentials it fails to set the tenant correctly.

Change: if (is_int($tenant)) { to if (is_numeric($tenant)) {

(or fix exportCreds..)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions