← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 2036530] [NEW] wrong URLs in upgrade check

 

Public bug reported:

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

** Affects: nova
     Importance: Undecided
     Assignee: Dr. Jens Harbott (j-harbott)
         Status: In Progress

** Changed in: nova
     Assignee: (unassigned) => Dr. Jens Harbott (j-harbott)

-- 
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):
  In Progress

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



Follow ups