Skip to content

add domain path to all entities #8086

@DaanHoogland

Description

@DaanHoogland
ISSUE TYPE
  • Improvement Request
COMPONENT NAME

CLOUDSTACK VERSION

CONFIGURATION
OS / ENVIRONMENT
SUMMARY

as agreed in #7386 (comment), we need to make the enhancement by @pierrelefevre more generic.

STEPS TO REPRODUCE

EXPECTED RESULTS
localcloud) 🐱 > list networks filter=name,type,domainpath
{
  "count": 2,
  "network": [
    {
      "domainpath": "ROOT",
      "name": "bla",
      "type": "Isolated"
    },
    {
      "domainpath": "ROOT",
      "name": "sla",
      "type": "Shared"
    }
  ]
}
ACTUAL RESULTS
localcloud) 🐱 > list networks filter=name,type,domainpath
{
  "count": 2,
  "network": [
    {
      "name": "bla",
      "type": "Isolated"
    },
    {
      "domainpath": "ROOT",
      "name": "sla",
      "type": "Shared"
    }
  ]
}

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions