Use more descriptive names for networks in Neutron
Bug #1349702 reported by
Mike Scherbakov
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Fix Released
|
High
|
Alexandra Morozova | ||
7.0.x |
Won't Fix
|
High
|
Matthew Mosesohn |
Bug Description
After OpenStack deployment with Fuel, user sees net04 and net04_ext networks which he can use for VMs.
Names "net04", "net04_ext" are non-descriptive and new comers are not able to easy understand which network should be used.
For example, if user chooses net04_ext, then VM will not get IP address.
Let's come up with better naming. I can suggest the following:
tenant_with_dhcp - private tenant network with DHCP enabled.
external_no_dhcp - external network, no DHCP.
Marking this bug as High, as it affects UX and presence of Fuel & OpenStack significantly, and such easy items should be resolved quickly to ensure easy of use.
Changed in fuel: | |
assignee: | Fuel Library Team (fuel-library) → Sergey Vasilenko (xenolog) |
importance: | High → Medium |
Changed in fuel: | |
milestone: | 6.0 → 6.1 |
Changed in fuel: | |
importance: | Medium → Wishlist |
no longer affects: | fuel/6.1.x |
Changed in fuel: | |
status: | Confirmed → Won't Fix |
tags: | added: qa-agree-7.0 |
tags: | added: qa-agree-8.0 |
tags: |
added: tricky removed: low-hanging-fruit |
no longer affects: | fuel/8.0.x |
Changed in fuel: | |
milestone: | 6.1 → 8.0 |
tags: | added: area-library |
tags: | removed: area-library |
tags: |
added: area-python removed: area-nailgun |
Changed in fuel: | |
assignee: | Igor Kalnitsky (ikalnitsky) → Matthew Mosesohn (raytrac3r) |
Changed in fuel: | |
assignee: | Matthew Mosesohn (raytrac3r) → Igor Kalnitsky (ikalnitsky) |
tags: | added: team-bugfix |
Changed in fuel: | |
assignee: | Igor Kalnitsky (ikalnitsky) → Fuel UI Team (fuel-ui) |
tags: | added: ui |
tags: |
added: area-ui removed: area-python tricky |
Changed in fuel: | |
assignee: | Fuel UI Team (fuel-ui) → Alexandra Morozova (astepanchuk) |
Changed in fuel: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
I suggest to use the following nemes:
private_with_dhcp - private tenant network with DHCP enabled.
external_no_dhcp - external network, no DHCP.