yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #66266
[Bug 1707617] [NEW] Router creation template should contain the sentence based on the actual use-case
Public bug reported:
Description of problem:
Router creation template should contain the sentence based on the actual use-case.
Actual results:
Currently, the template contains the following sentence.
openstack_dashboard/dashboards/project/routers/templates/routers/ports/_create.html
{% 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 to which the specified IP
address belongs to from the above list." %}
This sentence should be improved with the actual use-case.
For example, if the router connected to the private network which has a
router already, the IP address has to be specified for the new router.
Expected results:
The following sentence will reduce the confusion in user side.
~~~
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 belongs to the selected subnet.
~~~
** Affects: horizon
Importance: Undecided
Assignee: Beth Elwell (bethelwell)
Status: New
** Changed in: horizon
Assignee: (unassigned) => Beth Elwell (bethelwell)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1707617
Title:
Router creation template should contain the sentence based on the
actual use-case
Status in OpenStack Dashboard (Horizon):
New
Bug description:
Description of problem:
Router creation template should contain the sentence based on the actual use-case.
Actual results:
Currently, the template contains the following sentence.
openstack_dashboard/dashboards/project/routers/templates/routers/ports/_create.html
{% 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 to which the specified IP
address belongs to from the above list." %}
This sentence should be improved with the actual use-case.
For example, if the router connected to the private network which has
a router already, the IP address has to be specified for the new
router.
Expected results:
The following sentence will reduce the confusion in user side.
~~~
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 belongs to the selected subnet.
~~~
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1707617/+subscriptions
Follow ups