Remove all traces of github usage

Change-Id: I90ba12bf753edfbb4cf3ef9aa1e5aebd44d9569d
This commit is contained in:
Paul Hummer 2016-06-09 09:00:11 -06:00
parent 0eb283dc08
commit 906f1a1ebd
4 changed files with 8 additions and 17 deletions

View File

@ -1,9 +0,0 @@
language: python
install:
- pip install tox
- pip install -U -r requirements.txt -r test-requirements.txt git+https://github.com/lxc/pylxd#egg=pylxd git+https://github.com/openstack/nova#egg=nova
before_script: flake8 --ignore=E123,E125,H904,H405,H404,H305,H306,H307
script: tox
cache:
directories:
- $HOME/.cache/pip

View File

@ -20,7 +20,7 @@ Using nova-lxd with devstack
nova-lxd includes a plugin for use in devstack. If you'd like to run
devstack with nova-lxd, you'll want to add the following to `local.conf`:
enable_plugin nova-lxd https://github.com/lxc/nova-lxd
enable_plugin nova-lxd https://git.openstack.org/openstack/nova-lxd
In this case, nova-lxd will run HEAD from master. You may want to point
this at your own fork. A final argument to `enable_plugin` can be used
@ -47,7 +47,7 @@ run the very minimum you`ll need for devstack.
# Optional, to enable tempest configuration as part of devstack
enable_service tempest
enable_plugin nova-lxd https://github.com/lxc/nova-lxd
enable_plugin nova-lxd https://git.openstack.org/openstack/nova-lxd
# More often than not, stack.sh explodes trying to configure IPv6 support,
# so let's just disable it for now.
@ -67,11 +67,11 @@ To run the tempest tests, you can use:
Errata
======
Pull requests should be submitted through GitHub.
Patches should be submitted to Openstack Gerrit via `git-review`.
Bugs should be filed on GitHub:
Bugs should be filed on Launchpad:
https://github.com/lxc/nova-lxd
https://bugs.launchpad.net/nova-lxd
If you would like to contribute to the development of OpenStack,
you must follow the steps in this page:

View File

@ -9,7 +9,7 @@ following in your devstack `local.conf`:
```
[[local|localrc]]
enable_plugin nova-lxd https://github.com/lxc/nova-lxd
enable_plugin nova-lxd https://git.openstack.org/openstack/nova-lxd
```
Change git repositories as needed (it's probably not very useful to point to the main
@ -43,4 +43,4 @@ If you prefer live discussions, some of us also hang out in
## Bug reports
Bug reports can be filed at https://github.com/lxc/nova-lxd/issues/new
Bug reports can be filed at https://bugs.launchpad.net/nova-lxd

View File

@ -21,4 +21,4 @@ ENABLED_SERVICES+=,horizon
disable_service n-net
# enable nova-lxd
enable_plugin nova-lxd https://github.com/lxc/nova-lxd
enable_plugin nova-lxd https://git.openstack.org/openstack/nova-lxd