← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 2036530] Re: wrong URLs in upgrade check

 

Reviewed:  https://review.opendev.org/c/openstack/nova/+/895770
Committed: https://opendev.org/openstack/nova/commit/32dc852b56a3bfd778595271d2f63c74481631d0
Submitter: "Zuul (22348)"
Branch:    master

commit 32dc852b56a3bfd778595271d2f63c74481631d0
Author: Dr. Jens Harbott <harbott@xxxxxxxxxx>
Date:   Tue Sep 19 10:28:54 2023 +0200

    Fix URLs in status check results
    
    The URLs had the wrong order of "/latest/nova" instead of the correct
    one, leading to "404 not found" errors.
    
    Closes-Bug: 2036530
    
    Change-Id: I083381ad2649c06be9443f5ed6a55bddafab4df8


** Changed in: nova
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/2036530

Title:
  wrong URLs in upgrade check

Status in OpenStack Compute (nova):
  Fix Released

Bug description:
  The `nova-status upgrade check` command can return a result like:

  ```
              "+---------------------------------------------------------------------+",                                                                                                         
              "| Check: Service User Token Configuration                             |",                                                                                                         
              "| Result: Failure                                                     |",                                                                                                         
              "| Details:  Service user token configuration is required for all Nova |",                                                                                                         
              "|   services. For more details see the following: https://docs        |",                                                                                                         
              "|   .openstack.org/latest/nova/admin/configuration/service-           |",         
              "|   user-token.html                                                   |",
  ```

  but that URL gives a 404. The correct URL would be
  https://docs.openstack.org/nova/latest/admin/configuration/service-
  user-token.html

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/2036530/+subscriptions



References