Clean up *most* ec2 / euca2ools references

The ec2 / euca2ools command references definitely don't work any more,
this deletes most of them. The exception is the policy reference doc
which is over a year out of date, and needs more then surgical removal
of ec2 from it.

Change-Id: I963170f99037d5ed085e8c676ab55750c7f6372e
This commit is contained in:
Sean Dague
2017-08-09 10:54:21 -04:00
parent 54529f03c9
commit 7e693e9c5c
10 changed files with 16 additions and 107 deletions

View File

@@ -49,9 +49,9 @@ initialization time, one which accepts messages with routing keys
``NODE-TYPE.NODE-ID`` (for example ``compute.hostname``) and another, which
accepts messages with routing keys as generic ``NODE-TYPE`` (for example
``compute``). The former is used specifically when Nova-API needs to redirect
commands to a specific node like ``euca-terminate instance``. In this case,
only the compute node whose host's hypervisor is running the virtual machine
can kill the instance. The API acts as a consumer when RPC calls are
commands to a specific node like ``openstack server delete $instance``. In this
case, only the compute node whose host's hypervisor is running the virtual
machine can kill the instance. The API acts as a consumer when RPC calls are
request/response, otherwise it acts as a publisher only.
Nova RPC Mappings