Transition from nova-compute-lxd to nova-lxd

Transition from nova-compute-lxd to nova-lxd.

Signed-off-by: Chuck Short <chuck.short@canonical.com>
This commit is contained in:
Chuck Short 2015-11-23 10:52:19 -05:00
parent 91727f3bfa
commit 316cf6dcea
9 changed files with 14 additions and 26 deletions

View File

@ -11,6 +11,6 @@ the workflow documented at:
Pull requests submitted through GitHub will be ignored.
Bugs should be filed on Launchpad, not GitHub:
Bugs should be filed on GitHub:
https://bugs.launchpad.net/nova-compute-lxd
https://github.com/lxc/nova-lxd

View File

@ -1,4 +1,4 @@
nova-compute-lxd Style Commandments
nova-lxd Style Commandments
===============================================
Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/
Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/

View File

@ -1,4 +1,4 @@
# nova-lxd [![Build Status](https://travis-ci.org/lxc/nova-lxd.svg?branch=master)](https://travis-ci.org/lxc/nova-compute-lxd)
# nova-lxd [![Build Status](https://travis-ci.org/lxc/nova-lxd.svg?branch=master)](https://travis-ci.org/lxc/nova-lxd)
An OpenStack Compute driver for managing containers using LXD.

View File

@ -9,7 +9,7 @@ Enabling in Devstack
2. Modify DevStack's local.conf to pull in this project by adding:
[[local|localrc]]
enable_plugin nova-lxd https://github.com/lxc/nova-compute-lxd
enable_plugin nova-lxd https://github.com/lxc/nova-lxd
3. run stack.sh

View File

@ -37,8 +37,8 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
project = u'nova-compute-lxd'
copyright = u'2013, OpenStack Foundation'
project = u'nova-lxd'
copyright = u'2015, Canonical Ltd'
# If true, '()' will be appended to :func: etc. cross-reference text.
add_function_parentheses = True
@ -72,4 +72,4 @@ latex_documents = [
]
# Example configuration for intersphinx: refer to the Python standard library.
#intersphinx_mapping = {'http://docs.python.org/': None}
#intersphinx_mapping = {'http://docs.python.org/': None}

View File

@ -1,9 +1,9 @@
.. nova-compute-lxd documentation master file, created by
.. nova-lxd documentation master file, created by
sphinx-quickstart on Tue Jul 9 22:26:36 2013.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to nova-compute-lxd's documentation!
Welcome to nova-lxd's documentation!
========================================================
Contents:

View File

@ -1,12 +0,0 @@
============
Installation
============
At the command line::
$ pip install nova-compute-lxd
Or, if you have virtualenvwrapper installed::
$ mkvirtualenv nova-compute-lxd
$ pip install nova-compute-lxd

View File

@ -2,6 +2,6 @@
Usage
========
To use nova-compute-lxd in a project::
To use nova-lxd in a project::
import nova-compute-lxd
import nova_lxd.nova.virt.lxd

View File

@ -3,4 +3,4 @@
# The list of modules to copy from oslo-incubator.git
# The base module to hold the copy of openstack.common
base=nova-compute-lxd
base=nova-lxd