yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #68595
[Bug 1723120] Re: Copy-paste style error in documentation "Compute schedulers"
Reviewed: https://review.openstack.org/511839
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=aff78ac53e55ef5dca118e79b36052ee54ea4f38
Submitter: Zuul
Branch: master
commit aff78ac53e55ef5dca118e79b36052ee54ea4f38
Author: evikbas <viktor.bass@xxxxxxxxxxxx>
Date: Fri Oct 13 15:09:13 2017 +0200
doc: Fix command output in scheduler document
Change-Id: If2fe3dcac8d32d8a3f83f4db8e2a0b41ac15e888
Closes-Bug: #1723120
** 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/1723120
Title:
Copy-paste style error in documentation "Compute schedulers"
Status in OpenStack Compute (nova):
Fix Released
Bug description:
- [ ] This doc is inaccurate in this way: ______
- [ ] This is a doc addition request.
- [x] I have a fix to the document that I can paste below including example: input and output.
Description
===========
There is a (copy-paste style) error in this document chapter:
https://docs.openstack.org/nova/latest/admin/configuration/schedulers.html#example-specify-compute-hosts-with-ssds
The below command output does not reflect correctly the changes of the previous command:
'node1' was previously added to the list of hosts in the aggregate, but it is not displayed in the printout.
Expected result
===============
$ openstack aggregate add host 1 node2
+-------------------+--------------------------------------------------+
| Field | Value |
+-------------------+--------------------------------------------------+
| availability_zone | nova |
| created_at | 2016-12-22T07:31:13.000000 |
| deleted | False |
| deleted_at | None |
| hosts | [u'node1', u'node2'] |
| id | 1 |
| metadata | {u'ssd': u'true', u'availability_zone': u'nova'} |
| name | fast-io |
| updated_at | None |
+-------------------+--------------------------------------------------+
Actual result
=============
$ openstack aggregate add host 1 node2
+-------------------+--------------------------------------------------+
| Field | Value |
+-------------------+--------------------------------------------------+
| availability_zone | nova |
| created_at | 2016-12-22T07:31:13.000000 |
| deleted | False |
| deleted_at | None |
| hosts | [u'node2'] |
| id | 1 |
| metadata | {u'ssd': u'true', u'availability_zone': u'nova'} |
| name | fast-io |
| updated_at | None |
+-------------------+--------------------------------------------------+
-----------------------------------
Release: 16.0.0.0rc2.dev691 on 2017-10-11 02:43
SHA: 219c2660cdc936c9d1469d7629645e05a511fbf0
Source: https://git.openstack.org/cgit/openstack/nova/tree/doc/source/admin/configuration/schedulers.rst
URL: https://docs.openstack.org/nova/latest/admin/configuration/schedulers.html
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1723120/+subscriptions
References