openstack-python-openstackc.../doc/source
Huanxuan Ao 7177014fcc Fix errors for "host set" command
"Host set" command cannot work. Because:
1.Host has no 'ID' attribute, so 'ID' attribute cannot be found
in "host set" command.
2.value "True" and "Flase" are invalid in updata() method of host.
3.Some update functionalities is not supported in host API now.

This patch solves the problems 1 and 2 in OSC. But the problem 3
is a API problem and can't be solved in OSC, only XenServer driver
support to set enable/disable and maintenance host, it is a normal
problem.
After this patch the output of "host set" command is:
The requested functionality is not supported. (HTTP 501)
(Request-ID: req-14031fce-8c90-48a0-8492-dc8e3dd349f3)
Just the same as the "host-update" command in novaclient.

Change-Id: Ibe94c4d3d492d3d63355de803810edb988e1b4e9
Closes-Bug: #1594689
2016-06-22 14:20:53 +08:00
..
command-objects Fix errors for "host set" command 2016-06-22 14:20:53 +08:00
man Fix --enable options on commands 2016-06-02 10:07:34 -05:00
specs Add network availability for osc 2016-06-03 16:47:56 +00:00
authentication.rst Fix typos in authentication.rst 2015-10-08 10:16:47 +09:00
backwards-incompatible.rst Devref: Command Beta 2016-04-21 12:14:42 -05:00
command-beta.rst Fix --enable options on commands 2016-06-02 10:07:34 -05:00
command-errors.rst Fix image delete multiple arguments error 2016-06-13 16:15:01 +08:00
command-list.rst Begin copying wiki command list here 2014-11-19 14:47:53 -06:00
command-options.rst Add describe of overwrite options behavior into devref 2016-05-03 03:20:33 +00:00
command-wrappers.rst Fix 'code-block' tag format issues 2016-03-01 08:48:47 +00:00
commands.rst Merge "Add network availability for osc" 2016-06-06 08:20:15 +00:00
conf.py autodocument commands from plugins using stevedore.sphinxext 2015-12-01 01:23:56 -05:00
configuration.rst Doc: Fix documentation errors for command object 2016-03-14 13:39:22 -05:00
developing.rst Documentation updates 2016-04-30 09:06:58 -05:00
history.rst Add a changelog to see all changes into tagged releases 2015-11-30 16:30:42 -05:00
humaninterfaceguide.rst Fix doc building errors 2015-01-19 13:12:18 -05:00
index.rst include old release notes in reno 2016-05-31 16:13:16 +08:00
interactive.rst Add documentation of interactive mode 2014-12-04 15:16:05 -05:00
plugin-commands.rst update docs with status of plugins 2016-03-17 19:10:44 -04:00
plugins.rst osc-lib: command 2016-06-13 11:00:22 -05:00