Commit Graph

85 Commits

Author SHA1 Message Date
Takashi Natsume d867ef6551 Replace old URLs with new ones
Change-Id: I66d76bed4ec19ef7517d88de20fcc32fea635261
Signed-off-by: Takashi Natsume <takanattie@gmail.com>
2022-06-24 08:38:31 +00:00
Stephen Finucane 52cdbd271e docs: Update docs to reflect deprecation status
Change-Id: I56b862305b31916cef143494050e5e08b1ac70b1
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2022-04-06 14:18:05 +01:00
Takashi NATSUME fe4138aea4 Updates for OpenDev transition
Replace 'git.openstack.org' with 'opendev.org'
in contributor/index.rst.
Update URLs in other places as well though there are redirects.

See the following URLs for more details:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Change-Id: Ifb9f4274d2fd0fa81e7501fe176eeead3acd0e3e
2019-04-23 01:18:31 +00:00
wu.chunyang 4cca340520 Add release note link in README
Change-Id: Ife1471e7a3139f3997fff10b7a6f472509b8ee52
2018-06-28 12:37:19 +00:00
Chen b3cca2ba62 Remove PyPI downloads
According to official site,
https://packaging.python.org/guides/analyzing-pypi-package-downloads/
PyPI package download statistics is no longer maintained and thus
should be removed.

Change-Id: I98fb84b6724a43afc91686e939ea26c94a4e8176
2018-06-07 22:38:41 +08:00
Tovin Seven f4d927c358 Trivial: Update pypi url to new url
Pypi url changed from [1] to [2]

[1] https://pypi.python.org/pypi/<package>
[2] https://pypi.org/project/<package>

Change-Id: I2b4af1f3d89b775657e03b801ec84ef498ca24c8
2018-04-20 17:22:48 +07:00
Takashi NATSUME 561b35a8a8 Update URLs in docs, comments and setup.cfg
Some URLs are broken, so fix them.
The other URLs are redirect to new URLs,
so replace them with new ones.

Change-Id: Ida2fd70ad0d7b029fadfe91be14d7180b9b5b8d1
Closes-Bug: #1707104
2017-07-28 12:14:12 +09:00
Stephen Finucane e11efd8d76 doc: Create directory structure for docs migration
The spec [1] recommends the following sections:

- install
- contributor
- configuration
- cli
- admin
- user
- reference

Only a few of these are useful here:

- contributor
- cli
- user
- reference

Add these and populate them.

[1] specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration

Change-Id: I8a9ddcc915f25ebfaa1e994dba6c15883bd2715d
2017-07-12 15:07:35 +01:00
Flavio Percoco 00d5f56a33 Show team and repo badges on README
This patch adds the team's and repository's badges to the README file.
The motivation behind this is to communicate the project status and
features at first glance.

For more information about this effort, please read this email thread:

http://lists.openstack.org/pipermail/openstack-dev/2016-October/105562.html

To see an example of how this would look like check:

b'https://gist.github.com/a9926a344e9bc5cc3a3ba3a98b2483b4\n'

Change-Id: I4e71d4cbe0c505cf4b4bb0aeefdc161cb805b614
2016-11-25 13:52:47 +01:00
Joao Targino 5f63dee350 Update README to comply with Identity v3
Updated the README instructions to use Identity V3 parameters
and removed the reference to the deprecated Nova 2.0 as an auth endpoint.

Change-Id: I78bef987986c461651ba4331bc7cc7db97ce91fb
2016-06-16 16:30:23 -03:00
Andreas Jaeger 1adad69789 Fix URLs for CLI Reference and API
The CLI Reference files has been moved, update the link.
Replace link to API Quick Start with link to API reference for nova.

Change-Id: Ic933d44cddc24702648c69498e632efefda7bf88
2016-01-16 17:38:18 +01:00
ricolin 18ea9dca18 improve readme contents
Add more information in README.rst

Change-Id: I290c0871e3ba665f4c066a3d34cc2214455d68fa
2015-11-19 16:21:14 +08:00
Andrey Kurilin a96e9d57c5 Restrict direct usage of novaclient.v2.client
A lot of project uses incorrect import of versioned novaclient client obj
(i.e. novaclient.v2.client.Client). It leads to unability to change
interface of such inner classes.

This patch updates docs to include warning note and add warning message to
`novaclient.v2.client.Client` object.

Change-Id: Ifeba391716d3d51d6a75a53cad405e1ec595e27b
Related-Bug: #1493576
2015-09-10 15:54:38 +03:00
Jenkins 0c724c9975 Merge "Cleanup various inaccuracies in the README.rst" 2015-06-09 21:36:11 +00:00
melanie witt efe988d29a Cleanup various inaccuracies in the README.rst
There was a mention of v1.1, a version-specific import, omission of
the required version argument creating a Client object, an irrelevant
comment, use of service_type implying the ability to use novaclient
with services other than nova (we have deprecated use of the volume
endpoint, for example), and a misspelling.

Change-Id: I91b2aa4001295e152883134326f40f887a55cc50
2015-06-09 06:40:45 +00:00
Tony Breeds bffd79d64c Update weblinks
The targets for _OpenStack CLI Guide  and _OpenStack API documentation
no longer point at helpful information.  Update them to something more helpful.

Change-Id: I1ecf796650c15864e9f848f16e96ee58db97ddcc
2015-06-09 15:25:02 +10:00
Monty Taylor 22569f218e Use clouds.yaml for functional test credentials
devstack emits a clouds.yaml file now, so it can be used for finding the
credentials needed to connect to the cloud for functional testing.

Depends-On: I1150b943f52f10d19f8434b27e8dde73a14d7843
Change-Id: If278565ef07de1a8fef3ff96fc3608e41f3ceea3
2015-05-14 19:55:00 -07:00
Sean Dague 6379287480 pass credentials via config file instead of magic
Passing credentials via an assumed environment inheritance is bad
form, and breaks under new tox. Honestly, we only really need 2 vars
passed in, so we might as well make it a config file that we'll parse.

Add a functional_creds.conf.sample for people to know what one should
look like. Update README to explain it.

Related-Bug: #1455102

Change-Id: Ifdab38a03c94f51d30449149c0dbd9c6265460a5
2015-05-14 10:48:01 -04:00
Doug Hellmann af7c850bb8 Update README to work with release tools
The README file needs to have links to the project documentation and bug
tracker in a parsable format in order for some of the release tools
scripts to work (particularly the one that prints the release note
email).

Change-Id: I37e0acc5ed8e1af565359290fa622456901c735e
2015-04-21 15:44:09 +00:00
Andrey Kurilin 0a60aae852 Rename v1_1 to v2
Module novaclient.v1_1 is used as implementation of V1.1, V2 and V3.
Since future development(microversioning) will be done across V2,
implementation should be done in appropriate module(to prevent misleading).

Despite the fact that implementation for all versions are equal, discover
method for contrib path worked only for v1.1. This patch fixes this bug and
modifies shell tests to check all versions.

Change-Id: Ib6798f4dfe177586302141f522dc593560ce6a5b
2015-02-04 17:40:46 +02:00
Jeremy Stanley c4233cfd2a Workflow documentation is now in infra-manual
Replace URLs for workflow documentation to appropriate parts of the
OpenStack Project Infrastructure Manual.

Change-Id: I75618aaf9e07324985a83ca74d35bcab59e186c1
2014-12-05 03:30:40 +00:00
igormilovanovic c204613ee4 Quickstart (README) doc should refer to nova
Closes Bug: #1358385

Change-Id: I0d9592d3221f3a4295bce7e5da8472ea73e0bcc7
2014-08-18 20:29:53 +01:00
Chris Yeoh ec6a5e803c Removes copy of output of 'nova help' from README
Removes the copy of the otuput of 'nova help' from the README.rst
file. It's out of date and given its not autogenerated is
rather prone to getting out of date again soon anyway. Just leave
the command that people need to run in order to print the help message.

Change-Id: I3cd069838302913bc69cc0ded5d632c7f8c3f408
2014-03-13 21:15:56 +10:30
Dan Smith 04a123cdee Add os-server-external-events support
This adds support for the os-server-external-events extension in nova,
which allows other services to deliver events to nova.

It also adds a shell command to trigger the "network-changed" event
manually, which will cause nova to refresh its network cache from
neutron.

Related to blueprint admin-event-callback-api

Change-Id: I1a302a43b6b7a6d8bdc03965a8f4c1a151bcab88
2014-03-07 06:51:57 -08:00
Chris Buccella b8ab45f390 Discrepancy between README.rst and nova help
1) --version in README should be --os-compute-api-version

2) NOVA_URL should be OS_AUTH_URL

Change-Id: Ib8989e6923e2073bcc31d2a17d346eb436effdc8
Closes-Bug: 1250842
2013-11-13 12:57:11 +00:00
Masayuki Igawa 83118620d2 Fix the help text process and the generated wrong help
The wrong help text of bash-completion is generated by the process of
choosing first line from the source code comment. We should get the all
help text from the source code comment, and use it.

So this commit removes this unnecessary process, and also fix the
README.rst for proper help text.

Fixes bug 1206005

Change-Id: Id4f5b6a7722197f09eb366ba8f3e643e1af91805
2013-07-29 15:38:05 +09:00
Zhenguo Niu 66a98966bf Add update method of security group name and description
make it possible to edit the name and description of
common security groups, we can not rename the default.
nova patch : https://review.openstack.org/#/c/29490/

Fixes: bug #918393

Change-Id: I559f2fa09c1f205d3bbe7352fc169152e6b38586
2013-05-30 22:17:02 +00:00
Shane Wang 3c97f768e5 Cleanup some flavor commands
Some cleanups include:
 - Add flavor sub-commands into README.rst
 - Check flavor ID when creating a flavor
 - Remove check_uuid_like() because it isn't used
 - Remove parameter cs in some _print_XXX functions because cs is
   not used

Change-Id: If47ce557d33db05f53e382f0670f436e05a340b7
Signed-off-by: Shane Wang <shane.wang@intel.com>
2013-05-15 15:55:27 +08:00
Masayuki Igawa 609cbcef17 Fix keypair-delete help documents
The help documents of keypair-delete parameter should indicate "name".

Fixes bug 1158733

Change-Id: Ib7e648d22024828f8a4e5b3b51c5ed8f6b4dc057
2013-03-22 21:29:55 +09:00
Daniel P. Berrange 5b8099cd0e Add support for get_spice_console RPC API
Add the new get_spice_console API mirroring the impl of
the existing get_vnc_console support.

Blueprint: libvirt-spice
Change-Id: Id549de57ebbed95dc01749838ed539b3b47efc8b
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
2013-01-17 16:33:26 +00:00
Kravchenko Pavel 9e319ece37 Add support for instance evacuate.
This adds support for server evacuation from failed host.
Adds CLI command:

nova evacuate <server> <host> [--password pwd] [--on-shared-storage]

Depends on the approval of change:
https://review.openstack.org/#change,17991

Change-Id: Icd91c0484b2db532861e23163d043737ad04117a
2013-01-07 18:46:59 +02:00
Lorin Hochstein eb7c3907d1 Update README.rst
Update the README to remove PENDING links to non-existent docs, and
to remove Rackspace-specific references.

Change-Id: I08311e0da3d181c3817573be93f6eed6e15e3812
2012-12-31 16:32:03 -05:00
Dean Troyer 9101741960 Change '_' to '-' in options
This changes every command-line option with a '_' in its name
and changes them to '-'.  The old option names are maintained
for backward compatibility but are no longer in the help text.

BP command-options

Note: there is a dodgy hack in novaclient/shell.py to handle
usage-list's --end option that conflicts with --endpoint-type
if --endpoint_type is also present for backward compatibility.
If --endpoint_type is not added to the parser it works.  Go figure.
Better solutions that do not break backward compatibility are welcome.

Rebased due to https://review.openstack.org/11072 merging.
Note: --availability_zone changed to --availability-zone with no
backward compatability since this s a new option.

Change-Id: I09ab546659be0a0d3f0eadb22ab5e13fac2f059d
2012-08-24 15:22:44 -05:00
Joe Gordon 983b28d051 Fix spelling errors in aggregates section
Change-Id: I7bd0533861168eef31dcd055ae79746f1a1a6dc7
2012-06-11 17:50:41 -07:00
Vishvananda Ishaya 5c5b098f7c Add start and stop to server actions
Change-Id: I7fc52a87519813e38090f05dd9646b800c5c1813
2012-06-01 17:08:35 +00:00
Jenkins cdfd1da4d0 Merge "update README.rst,add args "service_type" when getting endpoints." 2012-04-26 19:17:08 +00:00
Your Name ed3a2bb722 update README.rst,add args "service_type" when getting endpoints.
Change-Id: Ib7e05f8eaff84e26869ec1a098ea98edd213018b
2012-04-19 12:28:48 +08:00
Josh Kearney 765f551a26 Rename NOVA_VERSION to OS_COMPUTE_API_VERSION.
Fixes bug 940432.

Change-Id: I18187eb68d936632b4ae78676a0a9f062afba8f2
2012-04-13 10:48:05 -05:00
jakedahn 7615e513be Adding Console Log to CLI
* Fixes bug 957518
  * Command is as follows: nova console-log <serverid> --length=20
  * Also updated the readme with new cli output.

Change-Id: I7874c7c9533b5389f7107ae375d4fa9f8fee7c49
2012-03-19 15:42:57 -07:00
Dean Troyer cc72d6dfe2 Change CLIAuth arg names
Change the argument names used for common Keystone authentication per the
updated http://wiki.openstack.org/CLIAuth:

--auth_url -> --os_auth_url
--password -> --os_password
--username -> --os_username
--tenant_name -> os_tenant_name
--region_name -> os_region_name

All old args are depricated but available for backward compatibility.

Fixes bug 954531

Change-Id: Ic67c447e4e4b8d793f587c789cecd149446194f3
2012-03-14 12:30:38 -05:00
Anthony Young f90aa8c91a Add suport for instance locking/unlocking.
* Fixes bug 954746

Change-Id: I055597014fd44313780b8a9f10cdbc94196f8efb
2012-03-13 23:23:09 -07:00
Armando Migliaccio ddc1b2c083 bug 932408: python-novaclient miss OSAPI host operations
add client bindings for host-related actions.

Change-Id: I98b3c11ec189029bafe73f499070ab132de640af
2012-02-17 18:37:10 +00:00
Chris Behrens 6fe77972f5 Removes zones
As per the openstack meeting today, we will be removing zones from nova
for the Essex release.  Therefore, we should remove it from
python-novaclient.

Change-Id: Iccb363e4d7f24f3e0808dd9cda3b7558be76bae2
2012-02-15 19:16:14 +00:00
Dean Troyer e2d869d1da Fixes bug 924588: Remove proto-keystone client from novaclient
Change-Id: Ib3f3b8bfdefe56a13889796948a0186309c9a313
2012-02-03 17:54:47 -06:00
John Garbutt 0213eb4c0a blueprint host-aggregates: client bindings
These are the client bindings for the new aggregate api added into nova in the following change:
https://review.openstack.org/#change,3109

Change-Id: I97e0223aa18d01450f82848c5be9bce78b83ef39
2012-01-26 19:01:02 +00:00
jakedahn 36be4bf575 Implementing client for new x509 support in nova.
* This depends on the approval of vishy's changes here: https://review.openstack.org/#change,3199
* Adds novaclient library code, and cli.
    CLI Use:
      nova x509-create-cert [private_key_filename] [cert_filename]
      nova x509-get-root-cert [cert_filename]

Change-Id: If5b833b90bfb5bc16ea4636abb667717a67065d3
2012-01-24 17:10:46 -08:00
Cole Robinson 65eb4a9fb2 Add flavor create/delete support
Makes use of the new nova module for flavor creation/deletion (still
under review at https://review.openstack.org/#change,3197

tests and cli commands added.

v2:
    Fix tests
    Fix pep8 violations

v3:
    Drop unused import

v4:
    Usage defaults to end date 'tomorrow'

v5:
    Undo unintentional change

v6:
    Drop useless comment
    Fix meta var name for flavor-delete command

Change-Id: I14baa02d5cbe5eaf17875c285c993508b1671a13
2012-01-24 17:33:16 -05:00
Cole Robinson c3b043be0e Add a 'usage' module and 'usage-list' cli command
This module talks to the nova extenstion os-simple-tenant-usage,
replacing the openstackx module currently used by horizon.

v2:
    Fix some pep8 and style violations

v4:
    Have usage-list default to including todays usage

v5:
    Fix a HACKING violation
    Fix rebase conflicts

Change-Id: Ica0b128c7b807b839abf23b4026e48bbee08b1be
2012-01-24 15:32:34 -05:00
Anthony Young 2c6c34dd11 Add server.get_vnc_console functionality to python-novaclient
Change-Id: I8784161ba0ff5adff10045097ed691246bee6e63
2012-01-17 15:03:02 -08:00
jakedahn d7fb1f33cc Implementing Floating Ip Pools.
See vishy's nova branch: https://review.openstack.org/#change,2892

Change-Id: I6a5bec55edd21f659674f478282e65fd6b1b0b1e
2012-01-10 16:24:43 -08:00