"Fossies" - the Fresh Open Source Software Archive 
Member "nova-22.0.1/nova.egg-info/PKG-INFO" (19 Nov 2020, 3867 Bytes) of package /linux/misc/openstack/nova-22.0.1.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
See also the latest
Fossies "Diffs" side-by-side code changes report for "PKG-INFO":
22.0.0_vs_22.0.1.
1 Metadata-Version: 2.1
2 Name: nova
3 Version: 22.0.1
4 Summary: Cloud computing fabric controller
5 Home-page: https://docs.openstack.org/nova/latest/
6 Author: OpenStack
7 Author-email: openstack-discuss@lists.openstack.org
8 License: UNKNOWN
9 Description: ==============
10 OpenStack Nova
11 ==============
12
13 .. image:: https://governance.openstack.org/tc/badges/nova.svg
14 :target: https://governance.openstack.org/tc/reference/tags/index.html
15
16 .. Change things from this point on
17
18
19 OpenStack Nova provides a cloud computing fabric controller, supporting a wide
20 variety of compute technologies, including: libvirt (KVM, Xen, LXC and more),
21 Hyper-V, VMware, OpenStack Ironic and PowerVM.
22
23 Use the following resources to learn more.
24
25 API
26 ---
27
28 To learn how to use Nova's API, consult the documentation available online at:
29
30 - `Compute API Guide <https://docs.openstack.org/api-guide/compute/>`__
31 - `Compute API Reference <https://docs.openstack.org/api-ref/compute/>`__
32
33 For more information on OpenStack APIs, SDKs and CLIs in general, refer to:
34
35 - `OpenStack for App Developers <https://www.openstack.org/appdev/>`__
36 - `Development resources for OpenStack clouds
37 <https://developer.openstack.org/>`__
38
39 Operators
40 ---------
41
42 To learn how to deploy and configure OpenStack Nova, consult the documentation
43 available online at:
44
45 - `OpenStack Nova <https://docs.openstack.org/nova/>`__
46
47 In the unfortunate event that bugs are discovered, they should be reported to
48 the appropriate bug tracker. If you obtained the software from a 3rd party
49 operating system vendor, it is often wise to use their own bug tracker for
50 reporting problems. In all other cases use the master OpenStack bug tracker,
51 available at:
52
53 - `Bug Tracker <https://bugs.launchpad.net/nova>`__
54
55 Developers
56 ----------
57
58 For information on how to contribute to Nova, please see the contents of the
59 CONTRIBUTING.rst.
60
61 Any new code must follow the development guidelines detailed in the HACKING.rst
62 file, and pass all unit tests.
63
64 Further developer focused documentation is available at:
65
66 - `Official Nova Documentation <https://docs.openstack.org/nova/>`__
67 - `Official Client Documentation
68 <https://docs.openstack.org/python-novaclient/>`__
69
70 Other Information
71 -----------------
72
73 During each `Summit`_ and `Project Team Gathering`_, we agree on what the whole
74 community wants to focus on for the upcoming release. The plans for nova can
75 be found at:
76
77 - `Nova Specs <http://specs.openstack.org/openstack/nova-specs/>`__
78
79 .. _Summit: https://www.openstack.org/summit/
80 .. _Project Team Gathering: https://www.openstack.org/ptg/
81
82
83 Platform: UNKNOWN
84 Classifier: Environment :: OpenStack
85 Classifier: Intended Audience :: Information Technology
86 Classifier: Intended Audience :: System Administrators
87 Classifier: License :: OSI Approved :: Apache Software License
88 Classifier: Operating System :: POSIX :: Linux
89 Classifier: Programming Language :: Python
90 Classifier: Programming Language :: Python :: 3
91 Classifier: Programming Language :: Python :: 3.6
92 Classifier: Programming Language :: Python :: 3.7
93 Classifier: Programming Language :: Python :: 3.8
94 Classifier: Programming Language :: Python :: 3 :: Only
95 Classifier: Programming Language :: Python :: Implementation :: CPython
96 Requires-Python: >=3.6
97 Provides-Extra: osprofiler
98 Provides-Extra: test