File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ def _check_machine_type_set(self):
266
266
your environment does not contain libvirt based compute hosts.
267
267
Use the `nova-manage machine_type list_unset` command to list these instances.
268
268
For more details see the following:
269
- https://docs.openstack.org/latest/ nova/admin/hw_machine_type .html""" ))
269
+ https://docs.openstack.org/nova/latest/ admin/hw-machine-type .html""" ))
270
270
return upgradecheck .Result (upgradecheck .Code .WARNING , msg )
271
271
272
272
return upgradecheck .Result (upgradecheck .Code .SUCCESS )
@@ -276,7 +276,7 @@ def _check_service_user_token(self):
276
276
msg = (_ ("""
277
277
Service user token configuration is required for all Nova services.
278
278
For more details see the following:
279
- https://docs.openstack.org/latest/ nova/admin/configuration/service-user-token.html""" )) # noqa
279
+ https://docs.openstack.org/nova/latest /admin/configuration/service-user-token.html""" )) # noqa
280
280
return upgradecheck .Result (upgradecheck .Code .FAILURE , msg )
281
281
return upgradecheck .Result (upgradecheck .Code .SUCCESS )
282
282
You can’t perform that action at this time.
0 commit comments