<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-openstackclient.git/doc/source/command-objects/server.rst, branch 3.4.1</title>
<subtitle>opendev.org: openstack/python-openstackclient
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/'/>
<entry>
<title>fix one spelling mistake and two help messages</title>
<updated>2016-07-07T06:19:04+00:00</updated>
<author>
<name>zhengsenyan</name>
<email>zhengsy_sean@126.com</email>
</author>
<published>2016-07-07T06:02:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=1e895f3286cdb433a72a2195aa3adb40b6ec9a5c'/>
<id>1e895f3286cdb433a72a2195aa3adb40b6ec9a5c</id>
<content type='text'>
I checked all the 70 rst files in doc/source/command-objects and
found that:
 -one spelling mistake as:rescure should be rescue(server.rst)
 -two help messages:xpvnc should be xvpvnc(console-url.rst and
  console.py)

Change-Id: I6f46c79983eaf5650bd3aa0ab448c19f5c6527a9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I checked all the 70 rst files in doc/source/command-objects and
found that:
 -one spelling mistake as:rescure should be rescue(server.rst)
 -two help messages:xpvnc should be xvpvnc(console-url.rst and
  console.py)

Change-Id: I6f46c79983eaf5650bd3aa0ab448c19f5c6527a9
</pre>
</div>
</content>
</entry>
<entry>
<title>Transfer "ip fixed add/remove" to "server add/remove fixed ip"</title>
<updated>2016-07-04T02:41:30+00:00</updated>
<author>
<name>Tang Chen</name>
<email>chen.tang@easystack.cn</email>
</author>
<published>2016-04-07T06:30:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=179ebe6d648fc5cff514306076f1b0fa54e64b40'/>
<id>179ebe6d648fc5cff514306076f1b0fa54e64b40</id>
<content type='text'>
This patch does the following things to transfer
"ip fixed add/remove" to "server add/remove fixed ip":
* Add new command "server add/remove fixed ip", and unit
  tests and doc.
* Deprecate "ip fixed add/remove" command.

compute/v2/fixedip.py is not removed because the arguments'
positions are different between the new and old commands.
* ip fixed add &lt;network&gt; &lt;server&gt;
  server add fixed ip &lt;server&gt; &lt;network&gt;
* ip fixed remove &lt;ip-address&gt; &lt;server&gt;
  server remove fixed ip &lt;server&gt; &lt;ip-address&gt;

Change-Id: Ica07ccf92a76c21fd5608ecaff86ff7c4d96f5a0
Implements: blueprint rework-ip-commands
Partial-bug: 1555990
Co-Authored-By: Dean Troyer &lt;dtroyer@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch does the following things to transfer
"ip fixed add/remove" to "server add/remove fixed ip":
* Add new command "server add/remove fixed ip", and unit
  tests and doc.
* Deprecate "ip fixed add/remove" command.

compute/v2/fixedip.py is not removed because the arguments'
positions are different between the new and old commands.
* ip fixed add &lt;network&gt; &lt;server&gt;
  server add fixed ip &lt;server&gt; &lt;network&gt;
* ip fixed remove &lt;ip-address&gt; &lt;server&gt;
  server remove fixed ip &lt;server&gt; &lt;ip-address&gt;

Change-Id: Ica07ccf92a76c21fd5608ecaff86ff7c4d96f5a0
Implements: blueprint rework-ip-commands
Partial-bug: 1555990
Co-Authored-By: Dean Troyer &lt;dtroyer@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Transfer "ip floating add/remove" to "server add/remove</title>
<updated>2016-07-04T02:40:59+00:00</updated>
<author>
<name>Tang Chen</name>
<email>chen.tang@easystack.cn</email>
</author>
<published>2016-04-07T06:10:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=d1f9ea3f750bb4c1f440ebfa93d06a40673ec0aa'/>
<id>d1f9ea3f750bb4c1f440ebfa93d06a40673ec0aa</id>
<content type='text'>
 floating ip"

This patch does the following things to transfer
"ip floating add/remove" to "server add/remove floating ip":
* Add new command "server add/remove floating ip", and unit
  tests and doc.
* Deprecate "ip floating add/remove" command.

compute/v2/floatingip.py is not removed because the arguments'
positions are different between the new and old commands.
* ip floating add &lt;ip-address&gt; &lt;server&gt;
  server add floating ip &lt;server&gt; &lt;ip-address&gt;
* ip floating remove &lt;ip-address&gt; &lt;server&gt;
  server remove floating ip &lt;server&gt; &lt;ip-address&gt;

Change-Id: Ic0dd22ca6fb7b7bc3e820fd5a14d7c551e7ab963
Implements: blueprint rework-ip-commands
Partial-bug: 1555990
Co-Authored-By: Dean Troyer &lt;dtroyer@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 floating ip"

This patch does the following things to transfer
"ip floating add/remove" to "server add/remove floating ip":
* Add new command "server add/remove floating ip", and unit
  tests and doc.
* Deprecate "ip floating add/remove" command.

compute/v2/floatingip.py is not removed because the arguments'
positions are different between the new and old commands.
* ip floating add &lt;ip-address&gt; &lt;server&gt;
  server add floating ip &lt;server&gt; &lt;ip-address&gt;
* ip floating remove &lt;ip-address&gt; &lt;server&gt;
  server remove floating ip &lt;server&gt; &lt;ip-address&gt;

Change-Id: Ic0dd22ca6fb7b7bc3e820fd5a14d7c551e7ab963
Implements: blueprint rework-ip-commands
Partial-bug: 1555990
Co-Authored-By: Dean Troyer &lt;dtroyer@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Support to set server state</title>
<updated>2016-05-28T10:55:50+00:00</updated>
<author>
<name>Rui Chen</name>
<email>chenrui.momo@gmail.com</email>
</author>
<published>2016-05-28T10:55:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=1a7284f63ad13f41c6ff4295d69f065310242524'/>
<id>1a7284f63ad13f41c6ff4295d69f065310242524</id>
<content type='text'>
When a server is unexpected state, OSC don't support reset
the server to active or error state, that's supported by
novaclient, and it's an important command for operators, the
patch implement this function.

Change-Id: I3e7800feb192832b0719ef9a353945beb6bfd509
Implements: blueprint server-reset-state
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When a server is unexpected state, OSC don't support reset
the server to active or error state, that's supported by
novaclient, and it's an important command for operators, the
patch implement this function.

Change-Id: I3e7800feb192832b0719ef9a353945beb6bfd509
Implements: blueprint server-reset-state
</pre>
</div>
</content>
</entry>
<entry>
<title>Doc: Unify repeatable option comments</title>
<updated>2016-04-12T07:57:17+00:00</updated>
<author>
<name>Tang Chen</name>
<email>chen.tang@easystack.cn</email>
</author>
<published>2016-04-12T07:57:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=32c627eaf0481eb593388d2d76abffcf2b721136'/>
<id>32c627eaf0481eb593388d2d76abffcf2b721136</id>
<content type='text'>
There are lots of "this option can be repeated" comments
in the doc, which are not consistent to other similar
docs.

This patch changes them to the following format:

"repeat option to do something"

Change-Id: I54e01053091c428bf87bb36bb95f73a0b80ab6e7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There are lots of "this option can be repeated" comments
in the doc, which are not consistent to other similar
docs.

This patch changes them to the following format:

"repeat option to do something"

Change-Id: I54e01053091c428bf87bb36bb95f73a0b80ab6e7
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix "server unset" document issue</title>
<updated>2016-03-23T06:45:04+00:00</updated>
<author>
<name>Rui Chen</name>
<email>chenrui.momo@gmail.com</email>
</author>
<published>2016-03-23T06:45:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=ee621509be394c433301d2a691159dffacd2b82c'/>
<id>ee621509be394c433301d2a691159dffacd2b82c</id>
<content type='text'>
Fix "--property" option describe issue in "server unset"
document, and update the help message to keep consistent.

Change-Id: I68022a187e83fad6320365400ad2a1b0c8cf9a61
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix "--property" option describe issue in "server unset"
document, and update the help message to keep consistent.

Change-Id: I68022a187e83fad6320365400ad2a1b0c8cf9a61
</pre>
</div>
</content>
</entry>
<entry>
<title>Trivial: Use 'SSH' rather than 'Ssh'</title>
<updated>2016-03-09T14:55:55+00:00</updated>
<author>
<name>Stephen Finucane</name>
<email>stephen.finucane@intel.com</email>
</author>
<published>2016-03-09T14:37:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=13e2bb9b9621f2aa3d85f068ac5346d7c01d472d'/>
<id>13e2bb9b9621f2aa3d85f068ac5346d7c01d472d</id>
<content type='text'>
This is reflected in the '--help' screen.

Change-Id: Ic22a65ff6a56b069b37a0ea8365cce2b3f93621c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is reflected in the '--help' screen.

Change-Id: Ic22a65ff6a56b069b37a0ea8365cce2b3f93621c
</pre>
</div>
</content>
</entry>
<entry>
<title>[compute] Support restore server</title>
<updated>2016-02-23T05:43:37+00:00</updated>
<author>
<name>jichenjc</name>
<email>jichenjc@cn.ibm.com</email>
</author>
<published>2016-02-19T22:32:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=6902a288f8e403cfa143e5c8946ad39bcb2dc396'/>
<id>6902a288f8e403cfa143e5c8946ad39bcb2dc396</id>
<content type='text'>
Server in soft-delete state can be restored, add this command.

Change-Id: Id9d7246f89ae65273505f36dcb664996534ae986
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Server in soft-delete state can be restored, add this command.

Change-Id: Id9d7246f89ae65273505f36dcb664996534ae986
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for triggering an crash dump</title>
<updated>2016-02-05T13:48:41+00:00</updated>
<author>
<name>xiexs</name>
<email>xiexs@cn.fujitsu.com</email>
</author>
<published>2016-01-26T05:22:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=6b3583ab06459dad8c2aa1b762538516047b8b41'/>
<id>6b3583ab06459dad8c2aa1b762538516047b8b41</id>
<content type='text'>
The triggering crash dump feature is supported by nova [1] and
novaclient [2] now, it's time to introduce this feature into
OSC correspondingly.

[1]The change id is: I6ed777ff637254b4b79417008f9055dd19fc7405
[2]The change id is: If03b1864bbe7074c720b946fc2700bd5d07debc3

Change-Id: I5a411f283fdf0fc3c00380d069848a332c799cdd
Closes-Bug: #1538372
Co-Authored-By: Tang Chen &lt;chen.tang@easystack.cn&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The triggering crash dump feature is supported by nova [1] and
novaclient [2] now, it's time to introduce this feature into
OSC correspondingly.

[1]The change id is: I6ed777ff637254b4b79417008f9055dd19fc7405
[2]The change id is: If03b1864bbe7074c720b946fc2700bd5d07debc3

Change-Id: I5a411f283fdf0fc3c00380d069848a332c799cdd
Closes-Bug: #1538372
Co-Authored-By: Tang Chen &lt;chen.tang@easystack.cn&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Make --image parameter optional in "server rebuild"</title>
<updated>2015-12-11T07:34:26+00:00</updated>
<author>
<name>David Moreau Simard</name>
<email>dms@redhat.com</email>
</author>
<published>2015-12-09T21:18:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=a5267772186add4e37c454c5a97d0ea3a1c88a81'/>
<id>a5267772186add4e37c454c5a97d0ea3a1c88a81</id>
<content type='text'>
The command will now default to the image currently in-use by
the server, effectively making the --image parameter optional.

This commit also adds basic tests for ServerRebuild since there
wasn't any. Will add more full tests for it.

Change-Id: I733fd3ad5a825f06563c72aa430122e1a0e3b3b0
Closes-bug: #1524406
Co-Authored-By: David Moreau Simard &lt;dms@redhat.com&gt;
Co-Authored-By: Tang Chen &lt;tangchen@cn.fujitsu.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The command will now default to the image currently in-use by
the server, effectively making the --image parameter optional.

This commit also adds basic tests for ServerRebuild since there
wasn't any. Will add more full tests for it.

Change-Id: I733fd3ad5a825f06563c72aa430122e1a0e3b3b0
Closes-bug: #1524406
Co-Authored-By: David Moreau Simard &lt;dms@redhat.com&gt;
Co-Authored-By: Tang Chen &lt;tangchen@cn.fujitsu.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
