Update Naming of repo
- rsd-virt-for-nova Change-Id: Ib6653189d98822f9dfd5e635df8fe3e6d4db19d6 Signed-off-by: Helena McGough <helena.mcgough@intel.com>
This commit is contained in:
parent
708cae7ca0
commit
a673e65006
@ -45,7 +45,7 @@ ERROR_ON_CLONE=False
|
||||
case $2 in
|
||||
"pre-install")
|
||||
# cloning source code
|
||||
echo_summary "Cloning of src files for nova-rsd not required"
|
||||
echo_summary "Cloning of src files for rsd-virt-for-nova not required"
|
||||
# sudo pip install -e "git+https://github.com/openstack/rsd-lib@517275b24fc86ce67a345b3aae2d4fa8564d18c1#egg=rsd_lib"
|
||||
;;
|
||||
"install")
|
||||
|
@ -11,7 +11,7 @@
|
||||
License for the specific language governing permissions and limitations
|
||||
under the License.
|
||||
|
||||
Welcome to nova_rsd's documentation!
|
||||
Welcome to rsd-virt-for-nova's documentation!
|
||||
====================================
|
||||
|
||||
Contents:
|
||||
|
@ -32,16 +32,16 @@ using the deployment tool DevStack:
|
||||
https://docs.openstack.org/devstack/latest/guides/single-machine.html
|
||||
|
||||
Once you have set up your environment to deploy DevStack please refer to the
|
||||
below configuration instructions to enable the nova-rsd driver contained in
|
||||
this repo.
|
||||
below configuration instructions to enable the rsd-virt-for-nova driver
|
||||
contained in this repo.
|
||||
|
||||
DevStack Configuration
|
||||
~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
These configuration instructions provide directions for this minimal
|
||||
installation of the nova-rsd driver with OpenStack. It also assumes that you
|
||||
already have setup and configured an RSD PODM that is communicating with
|
||||
available composable compute systems, via one or more PSMEs.
|
||||
installation of the rsd-virt-for-nova driver with OpenStack. It also assumes
|
||||
that you already have setup and configured an RSD PODM that is communicating
|
||||
with available composable compute systems, via one or more PSMEs.
|
||||
|
||||
.. Note::
|
||||
|
||||
@ -71,8 +71,8 @@ In the local.conf the following parameters can be changed:
|
||||
will be running.
|
||||
|
||||
* ``enable_plugin nova-rsd <PATH_TO_NOVA_RSD_REPO> <REPO_BRANCH_NAME>``:
|
||||
Clone the nova-rsd repository and point PATH_TO_NOVA_RSD_REPO to its
|
||||
location.
|
||||
Clone the rsd-virt-for-nova repository and point PATH_TO_NOVA_RSD_REPO to
|
||||
its location.
|
||||
|
||||
Set the REPO_BRANCH_NAME to be the branch of the above repo to be the one
|
||||
with the code version that you require. If left unspecified will default to
|
||||
|
@ -32,10 +32,10 @@ instructions provided in `installation_guide.rst`.
|
||||
Usage Instructions
|
||||
------------------
|
||||
|
||||
The new nova-rsd virt driver aims to use the same CLI commands as any of the
|
||||
The new rsd-virt-for-nova virt driver aims to use the same CLI commands as any of the
|
||||
other standard virt drivers.
|
||||
|
||||
Currently the following commands are supported by the new nova-rsd virt driver:
|
||||
Currently the following commands are supported by the new virt driver:
|
||||
|
||||
::
|
||||
|
||||
|
2
setup.py
2
setup.py
@ -12,7 +12,7 @@
|
||||
# implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
"""Setup file for the nova_rsd virt driver."""
|
||||
"""Setup file for the rsd-virt-for-nova virt driver."""
|
||||
import setuptools
|
||||
|
||||
# In python < 2.7.4, a lazy loading of package `pbr` will break
|
||||
|
Loading…
Reference in New Issue
Block a user