9a042d3c50
Fixes bug #945346 Change-Id: I07a303c2e503e50d7138585c683e0d1310339276
26 lines
1.1 KiB
ReStructuredText
26 lines
1.1 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.
|
|
|
|
Managing Images
|
|
===============
|
|
|
|
With Nova, you can manage images either using the built-in object store or using Glance, a related OpenStack project. Glance is a server that provides the following services:
|
|
|
|
* Ability to store and retrieve virtual machine images
|
|
* Ability to store and retrieve metadata about these virtual machine images
|
|
|
|
Refer to http://glance.openstack.org for additional details. |