summaryrefslogtreecommitdiff
path: root/README.rst
Commit message (Collapse)AuthorAgeFilesLines
* Remove the PowerVM driverStephen Finucane2022-08-021-1/+1
| | | | | | | | | | | | | | The PowerVM driver was deprecated in November 2021 as part of change Icdef0a03c3c6f56b08ec9685c6958d6917bc88cb. As noted there, all indications suggest that this driver is no longer maintained and may be abandonware. It's been some time and there's still no activity here so it's time to abandon this for real. This isn't as tied into the codebase as the old XenAPI driver was, so removal is mostly a case of deleting large swathes of code. Lovely. Change-Id: Ibf4f36136f2c65adad64f75d665c00cf2de4b400 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
* docs: Remove references to XenAPI driverStephen Finucane2020-08-311-1/+1
| | | | | | | | Not as many of these as I thought there would be. Also, yes, the change to 'nova.conf.compute' is a doc change :) Change-Id: I27626984ce94544bd81d998c5fdf141875faec92 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
* Start README.rst with a better titleThierry Carrez2019-11-191-5/+3
| | | | | | | | | Now that we are using gitea the contents of our README.rst are more prominently displayed. Starting it with a "Team and repository tags" title is a bit confusing. This change makes it start with the name of the project instead. Change-Id: I8cefd1bd206520cd83d20807a07a3d55b8ce4d86
* Update api-ref locationAndreas Jaeger2019-07-221-2/+2
| | | | | | | | | | | | | | | | The api documentation is now published on docs.openstack.org instead of developer.openstack.org. Update all links that are changed to the new location. Note that Neutron publishes to api-ref/network, not networking anymore. Note that redirects will be set up as well but let's point now to the new location. For details, see: http://lists.openstack.org/pipermail/openstack-discuss/2019-July/007828.html Change-Id: Id2cf3aa252df6db46575b5988e4937ecfc6792bb
* Docs: modernise linkshuang.zhiping2018-03-241-2/+2
| | | | | | replace outdated URLs with canonical ones. Change-Id: Ief811c7a8772c210bf68683c78c0690e90e43115
* doc: Rework README to reflect new doc URLsStephen Finucane2017-08-031-34/+38
| | | | | | | | | | | We also take the opportunity to clean up the doc and add a few more helpful links. This is mostly based on the blueprint established by Glance [1]. [1] https://github.com/openstack/glance/blob/69555ae/README.rst Change-Id: I819fd2e6d49e00c2f9175dd5b0f4a1bc356d35e6 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
* Optimize the link addressXieYingYun2017-04-071-10/+10
| | | | | | | Use https instead of http to ensure the safety without containing our account/password information Change-Id: Iff85d63353b858e0df28bf2e2c9557e6737b7aba
* Show team and repo badges on READMEFlavio Percoco2016-11-251-0/+9
| | | | | | | | | | | | | | | | This patch adds the team's and repository's badges to the README file. The motivation behind this is to communicate the project status and features at first glance. For more information about this effort, please read this email thread: http://lists.openstack.org/pipermail/openstack-dev/2016-October/105562.html To see an example of how this would look like check: b'https://gist.github.com/596c8169411dd2535fd181ba4e2cb8ca\n' Change-Id: I2b02fc2968993947bec7e3b0e878b0ea149a9b31
* Refresh README and its docs linksJohn Garbutt2016-08-081-33/+33
| | | | | | | | | | | | The current README still mentions EC2 and over-duplicates information that now lives in other files, like CONTRIBUTING.rst. This patch re-focused the README on three key groups of folks: * API users * Operators * Developers Change-Id: I9df445ca0c800f0985900dcb00466c15e8d5570f
* Update links in READMEJoe Gordon2014-05-071-3/+3
| | | | | | | | | | * github to git.openstack.org * ML openstack to openstack-dev as that is where development discussions happen * nova.openstack.org to docs.openstack.org/developer/nova as that is the nova.openstack.org just redirects to there Change-Id: I884bb2dff3d026618c0bce202f938c7e87bffe04
* Update references with new Mailing List locationTom Fifield2013-07-281-1/+1
| | | | | | | | | | | Yesterday, openstack@lists.launchpad.org was migrated with all users to openstack@list.openstack.org. This patch updates references to the old mailing list with the new, to ensure that people encountering them don't accidentally try and join the old list! Change-Id: I76242f4f4f0c8c2418068ea709ab2f7aa4502fd5
* Add pointer to compute driver matrix wiki page.Russell Bryant2013-05-091-0/+5
| | | | Change-Id: I20a6cfdfaf1b03d6a0d9b793534a4f07f99e9ae1
* Rename VMWare to VMwareSean Chen2013-03-041-1/+1
| | | | | | | | DocImpact VMware compute drivers include VMwareESXDriver and VMwareVCDriver Change-Id: I2e02560831fbac254d6daf2cb8fbe2c80568ba3a
* Add a CONTRIBUTING file.Russell Bryant2012-11-211-4/+2
| | | | | | | GitHub likes repos to have a CONTRIBUTING file. It will use this to point people to the right place for how to contribute to this project. Change-Id: I52ce1489527d2c7d68776c786731af4b2d675c38
* Add README for doc folderJoe Gordon2012-09-131-1/+1
| | | | | | In preparation for more more man pages Change-Id: I55a9d332e5cbba90ff1e2a2cb0c0d24ae35fba5b
* Flesh out the README file with a little more useful informationDaniel P. Berrange2012-06-291-13/+49
| | | | | | | | | The current README file contents are amuzing, but could contain more useful information for downstream users / developers. This is an attempt to fill out the README file with further content. Change-Id: I1c364d107d1d6caf110d223560cee3a0a065ee6b Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
* Update pylint/pep8 issues jenkins job linkSascha Peilicke2012-06-211-1/+1
| | | | Change-Id: Ibf5ac4b29d668d0d0f15e980361b0bd71d0bc050
* Converted README to RST format.Lorin Hochstein2011-11-201-0/+22
Converted the README to reStructuredText so that it will be automatically formatted when viewed on github. Removed reference to nova-pep8 Jenkins job since it doesn't seem to exist anymore. Change-Id: Id56ae53753e43852dcb9126bb989f9c0a8f223da