Replaced deprecated Manila CLI commands with OpenStack Client commands
This patch updates CLI commands to remove deprecated Manila CLI commands and replace them with OpenStack Client commands, ensuring consistency and alignment with the latest OpenStack guidelines. Closes-Bug: #2104186 Change-Id: I1258398790a2e377db7282a7a4b84a5409cf09b4
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
This will make the share visible within OpenStack.
|
||||
<br>
|
||||
<br>
|
||||
This is equivalent to the <tt>'manila manage'</tt> command.
|
||||
This is equivalent to the <tt>'openstack share adopt'</tt> command.
|
||||
{% endblocktrans %}
|
||||
</p>
|
||||
{% endblock %}
|
||||
|
@@ -7,7 +7,7 @@
|
||||
Cancel migration of a migrating share.
|
||||
<br>
|
||||
<br>
|
||||
This is equivalent to the <tt>'manila migration-cancel'</tt> command.
|
||||
This is equivalent to the <tt>'openstack share migration cancel'</tt> command.
|
||||
{% endblocktrans %}
|
||||
</p>
|
||||
{% endblock %}
|
||||
|
@@ -8,7 +8,7 @@
|
||||
This operation is expected to be disruptive.
|
||||
<br>
|
||||
<br>
|
||||
This is equivalent to the <tt>'manila migration-complete'</tt> command.
|
||||
This is equivalent to the <tt>'openstack share migration complete'</tt> command.
|
||||
{% endblocktrans %}
|
||||
</p>
|
||||
{% endblock %}
|
||||
|
@@ -7,7 +7,7 @@
|
||||
Obtains migration progress of a migrating share.
|
||||
<br>
|
||||
<br>
|
||||
This is equivalent to the <tt>'manila migration-get-progress'</tt> command.
|
||||
This is equivalent to the <tt>'openstack share migration show'</tt> command.
|
||||
{% endblocktrans %}
|
||||
</p>
|
||||
{% endblock %}
|
||||
|
@@ -8,7 +8,7 @@
|
||||
This will move all your share data from one host to another.
|
||||
<br>
|
||||
<br>
|
||||
This is equivalent to the <tt>'manila migration-start'</tt> command.
|
||||
This is equivalent to the <tt>'openstack share migration start'</tt> command.
|
||||
{% endblocktrans %}
|
||||
</p>
|
||||
{% endblock %}
|
||||
|
@@ -7,7 +7,7 @@
|
||||
Note that the share will not be deleted.
|
||||
<br>
|
||||
<br>
|
||||
This is equivalent to the <tt>'manila unmanage'</tt> command.
|
||||
This is equivalent to the <tt>'openstack share abandon'</tt> command.
|
||||
{% endblocktrans %}
|
||||
</p>
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user