
This patch removes the baremetal virt driver from nova, which was deprecated in Juno. It does not aim to perform any of the refactoring we need to do now that the driver is gone, but is intended as a clean removal of all the baremetal code itself. Of specific note are the api_samples tests. We didn't have samples to test the ironic proxy code, so I removed the baremetal ones for show and index, resetting that extension back to "untested" status as if it was new. Tests that stub out ironic interactions and re-introduce those tests should be added after this patch. Change-Id: Ia76e41a8a3b7230701872ae7a1975edc3d9ea847
49 lines
1.3 KiB
ReStructuredText
49 lines
1.3 KiB
ReStructuredText
..
|
|
Copyright 2010-2011 United States Government as represented by the
|
|
Administrator of the National Aeronautics and Space Administration.
|
|
All Rights Reserved.
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License"); you may
|
|
not use this file except in compliance with the License. You may obtain
|
|
a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
|
License for the specific language governing permissions and limitations
|
|
under the License.
|
|
|
|
Command-line Utilities
|
|
======================
|
|
|
|
In this section you will find information on Nova's command line utilities.
|
|
|
|
Reference
|
|
---------
|
|
.. toctree::
|
|
:maxdepth: 3
|
|
|
|
nova-all
|
|
nova-api-ec2
|
|
nova-api-metadata
|
|
nova-api-os-compute
|
|
nova-api
|
|
nova-cert
|
|
nova-compute
|
|
nova-conductor
|
|
nova-console
|
|
nova-consoleauth
|
|
nova-dhcpbridge
|
|
nova-manage
|
|
nova-network
|
|
nova-novncproxy
|
|
nova-objectstore
|
|
nova-rootwrap
|
|
nova-scheduler
|
|
nova-spicehtml5proxy
|
|
nova-xvpvncproxy
|
|
nova-serialproxy
|
|
|