Commit Graph

7 Commits

Author SHA1 Message Date
Kamil Rykowski b6e590c788 Add missing shows to the RPC casts documentation
Documentation describing the diagram for RPC casts is missing `shows`
word. Fix it to match description included for RPC calls.

Change-Id: I7b83eb929e08fb4b6a8fd477fc89b8fd772e4861
2015-03-23 17:28:56 +01:00
Jenkins 2ab87afc4d Merge "Nova devref: Fix the rpc documentation typos" 2014-11-18 20:32:41 +00:00
yatin 7750eb8432 Nova devref: Fix the rpc documentation typos
The rpc doumentation under nova developer reference contained typos. These typos have been fixed

Closes-Bug: #1393135

Change-Id: Ib8e76625b874737489c7618102309da16835deba
2014-11-17 09:51:55 +05:30
Komei Shimamura 924c7c5b2c Fix the uris in documentation
Broken image links when viewed from github:
https://github.com/openstack/nova/tree/master/doc/source/devref

Change-Id: Icad6ed2aa742310fbea399ddecd8480123eaac64
2014-10-31 11:42:50 -07:00
Corey Wright f28e1e44a1 minor corrections to devref rpc page
Correct wording to proper English and remove extra space between words while
in there.

DocImpact

Change-Id: If4b3d9d81d7193107e84867e4ab713c413a4976d
2014-05-13 22:14:49 -05:00
Vishvananda Ishaya 7e2b93acc5 removes the nova-volume code from nova
This removes the majority of the nova-volume code from the codebase.
It updates relevent config options to default to cinder. It updates a
number of existing tests that were depending on code that was removed.

A few things still need to be removed:

 * volume/driver.py & volume/iscsi.py
   These files are used by the libvirt volume driver tests. These
   tests should be updated to mock the relevant calls.

 * scheduler/simple.py & scheduler/multi.py
   These files should no longer be necessary so they can be removed
   in a subsequent patch

 * exception.py cleanup
   Once the above files are removed there are a number of unused
   exceptions which can be removed

 * database calls and database tables
   The database calls have not been removed and the tables have not
   been dropped. This can be done in a separate migration

 * additional config options and nova.conf.sample
   There may be a few extra config options that can be removed and the
   conf sample can be regenerated

Implements bp delete-nova-volume

Change-Id: I0b540e54dbabd26901a7530035a38583bb521fda
2012-10-28 11:34:05 -07:00
Russell Bryant 2511341840 Rename files/dirs from 'rabbit' to 'rpc'.
Now that the rpc API includes more than RabbitMQ, update a filename and
directory name to be 'rpc' instead of 'rabbit'.

Change-Id: Ib7fcccdd77fae128b6de3ee490fee3d6325ca7c5
2012-03-06 12:34:08 -05:00