Skip to content

feat(neutron): router flavor shell operator - #2200

Open
haseebsyed12 wants to merge 2 commits into
mainfrom
router-flavor-shell-operator
Open

feat(neutron): router flavor shell operator#2200
haseebsyed12 wants to merge 2 commits into
mainfrom
router-flavor-shell-operator

Conversation

@haseebsyed12

@haseebsyed12 haseebsyed12 commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

creates network profile flavor and flavor

openstack network flavor profile show 1c9f2e28-6069-4a43-a10a-a3dca0b02c37 -f json
{
  "description": "Physical Cisco ASA Stub",
  "driver": "neutron_understack.l3_router.cisco_asa.CiscoAsa",
  "enabled": true,
  "id": "1c9f2e28-6069-4a43-a10a-a3dca0b02c37",
  "meta_info": "{}"
}

openstack network flavor show f9eec0b2-c9ad-4cdb-bfa5-5cc63209d254 -f json
{
  "description": "Physical Cisco ASA Stub",
  "enabled": true,
  "id": "f9eec0b2-c9ad-4cdb-bfa5-5cc63209d254",
  "name": "cisco_asa",
  "service_profile_ids": [
    "1c9f2e28-6069-4a43-a10a-a3dca0b02c37"
  ],
  "service_type": "L3_ROUTER_NAT"
}

@haseebsyed12 haseebsyed12 changed the title Router flavor shell operator feat: Router flavor shell operator Aug 7, 2026
@haseebsyed12
haseebsyed12 force-pushed the router-flavor-shell-operator branch 8 times, most recently from 2b79802 to d256387 Compare August 10, 2026 10:08
@haseebsyed12 haseebsyed12 changed the title feat: Router flavor shell operator feat(neutron): router flavor shell operator Aug 10, 2026
@haseebsyed12
haseebsyed12 requested a review from a team August 10, 2026 10:10
@haseebsyed12
haseebsyed12 marked this pull request as ready for review August 10, 2026 10:10
@haseebsyed12
haseebsyed12 force-pushed the router-flavor-shell-operator branch from a62ee0c to a073693 Compare August 10, 2026 13:36
@haseebsyed12
haseebsyed12 force-pushed the router-flavor-shell-operator branch from a073693 to cb89df1 Compare August 10, 2026 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants