Public bug reported: Hello, There are missing value (:port) Please review as below.
- [x] I have a fix to the document that I can paste below including example: input and output. Enable the Identity API version 3: (input) OPENSTACK_KEYSTONE_URL = "http://%s/identity/v3" % OPENSTACK_HOST (output) OPENSTACK_KEYSTONE_URL = "http://%s:{port}/identity/v3" % OPENSTACK_HOST default port value is 5000 ----------------------------------- Release: 20.1.1.dev2 on 2021-01-02 14:56:33 SHA: d69b1d414760eba09b19e432d67f82e91620d543 Source: https://opendev.org/openstack/horizon/src/doc/source/install/install-ubuntu.rst URL: https://docs.openstack.org/horizon/xena/install/install-ubuntu.html ** Affects: horizon Importance: Undecided Status: New ** Tags: documentation ** Description changed: - Hello, + Hello, There are missing value (:port) Please review as below. - - [x] I have a fix to the document that I can paste below including example: input and output. + - [x] I have a fix to the document that I can paste below including example: input and output. Enable the Identity API version 3: (input) OPENSTACK_KEYSTONE_URL = "http://%s/identity/v3" % OPENSTACK_HOST (output) OPENSTACK_KEYSTONE_URL = "http://%s:5000/identity/v3" % OPENSTACK_HOST - - If you have a troubleshooting or support issue, use the following - resources: - - - The mailing list: https://lists.openstack.org - - IRC: 'openstack' channel on OFTC ----------------------------------- Release: 20.1.1.dev2 on 2021-01-02 14:56:33 SHA: d69b1d414760eba09b19e432d67f82e91620d543 Source: https://opendev.org/openstack/horizon/src/doc/source/install/install-ubuntu.rst URL: https://docs.openstack.org/horizon/xena/install/install-ubuntu.html ** Description changed: Hello, There are missing value (:port) Please review as below. - [x] I have a fix to the document that I can paste below including example: input and output. Enable the Identity API version 3: (input) OPENSTACK_KEYSTONE_URL = "http://%s/identity/v3" % OPENSTACK_HOST - (output) OPENSTACK_KEYSTONE_URL = "http://%s:5000/identity/v3" % OPENSTACK_HOST + (output) OPENSTACK_KEYSTONE_URL = "http://%s:{port}/identity/v3" % OPENSTACK_HOST + default port value is 5000 ----------------------------------- Release: 20.1.1.dev2 on 2021-01-02 14:56:33 SHA: d69b1d414760eba09b19e432d67f82e91620d543 Source: https://opendev.org/openstack/horizon/src/doc/source/install/install-ubuntu.rst URL: https://docs.openstack.org/horizon/xena/install/install-ubuntu.html -- 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/1956437 Title: Install and configure for Ubuntu in horizon Status in OpenStack Dashboard (Horizon): New Bug description: Hello, There are missing value (:port) Please review as below. - [x] I have a fix to the document that I can paste below including example: input and output. Enable the Identity API version 3: (input) OPENSTACK_KEYSTONE_URL = "http://%s/identity/v3" % OPENSTACK_HOST (output) OPENSTACK_KEYSTONE_URL = "http://%s:{port}/identity/v3" % OPENSTACK_HOST default port value is 5000 ----------------------------------- Release: 20.1.1.dev2 on 2021-01-02 14:56:33 SHA: d69b1d414760eba09b19e432d67f82e91620d543 Source: https://opendev.org/openstack/horizon/src/doc/source/install/install-ubuntu.rst URL: https://docs.openstack.org/horizon/xena/install/install-ubuntu.html To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1956437/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

