Bug 1437400 - Router creation template should contain the sentence based on the actual use-case.
Summary: Router creation template should contain the sentence based on the actual use-...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: python-django-horizon
Version: 7.0 (Kilo)
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: beta
: 12.0 (Pike)
Assignee: Beth White
QA Contact: Ido Ovadia
URL:
Whiteboard:
Depends On:
Blocks: 1490671
TreeView+ depends on / blocked
 
Reported: 2017-03-30 09:10 UTC by Keigo Noha
Modified: 2021-03-11 15:05 UTC (History)
7 users (show)

Fixed In Version: python-django-horizon-12.0.0-0.20170821142111.b1b6b3f.el7ost
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 1490671 (view as bug list)
Environment:
Last Closed: 2017-12-13 21:20:39 UTC
Target Upstream Version:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Launchpad 1707617 0 None None None 2017-07-31 10:25:08 UTC
OpenStack gerrit 489170 0 None None None 2017-07-31 10:27:18 UTC
Red Hat Product Errata RHEA-2017:3462 0 normal SHIPPED_LIVE Red Hat OpenStack Platform 12.0 Enhancement Advisory 2018-02-16 01:43:25 UTC

Description Keigo Noha 2017-03-30 09:10:08 UTC
Description of problem:
Router creation template should contain the sentence based on the actual use-case.

Version-Release number of selected component (if applicable):
Current

How reproducible:
Every time.

Actual results:
Currently, the template contains following sentence.
openstack_dashboard/dashboards/project/routers/templates/routers/ports/_create.html
~~~

     22       {% trans "The default IP address of the interface created is a gateway of the selected subnet. You can specify another IP address of the interface here. You must select a subnet t     22 o which the specified IP address belongs to from the above list." %}
~~~

This sentence should be improved with actual use-case.

For example, if the router connected to the private network which has router already, the ip address has to be specified for the new router.

Expected results:
We think following sentence will reduce the confusion in user side.

~~~
If you don't specify the IP address, the IP address of the newly created interface for the router will be the IP address which is defined as the gateway for the selected subnet.
If you need to use another IP address, for example the IP address has already been
in use, please specify another IP address here. You must specify an IP address which belogs
to the selected subnet.
~~~

Additional info:

Comment 1 Keigo Noha 2017-03-31 00:56:47 UTC
The more sophisticated explanation might be below.

~~~
If you don't specify an IP address here, the gateway's IP address of the subnet will be assigned to the newly created interface of the router.
If you need to use another IP address or the gateway's IP address has already been in use, please specify another IP address here.
You must specify an IP address which belogs to the selected subnet.
~~~

Comment 7 Beth White 2017-08-09 12:31:16 UTC
The sentence has been discussed in an upstream patch and ended up as the following to reduce confusion for users:

"If you don't specify an IP address here, the gateway's IP address of the selected subnet will be used as the IP address of the newly created interface of the router. If the gateway's IP address is in use, you must use a different address which belongs to the selected subnet."

This has now merged into the upstream codebase.

Comment 15 Radomir Dopieralski 2017-10-03 21:57:53 UTC
The template contains the requested information, as per comment #7.

Comment 18 errata-xmlrpc 2017-12-13 21:20:39 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHEA-2017:3462


Note You need to log in before you can comment on or make changes to this bug.