summaryrefslogtreecommitdiff
path: root/README.rst
Commit message (Collapse)AuthorAgeFilesLines
* Replace old URLs with new onesTakashi Natsume2022-06-241-2/+2
| | | | | Change-Id: I66d76bed4ec19ef7517d88de20fcc32fea635261 Signed-off-by: Takashi Natsume <takanattie@gmail.com>
* docs: Update docs to reflect deprecation statusStephen Finucane2022-04-061-2/+2
| | | | | Change-Id: I56b862305b31916cef143494050e5e08b1ac70b1 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
* Updates for OpenDev transitionTakashi NATSUME2019-04-231-1/+1
| | | | | | | | | | | | | 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
* Add release note link in READMEwu.chunyang2018-06-281-0/+2
| | | | Change-Id: Ife1471e7a3139f3997fff10b7a6f472509b8ee52
* Remove PyPI downloadsChen2018-06-071-4/+0
| | | | | | | | | 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
* Trivial: Update pypi url to new urlTovin Seven2018-04-201-3/+3
| | | | | | | | | Pypi url changed from [1] to [2] [1] https://pypi.python.org/pypi/<package> [2] https://pypi.org/project/<package> Change-Id: I2b4af1f3d89b775657e03b801ec84ef498ca24c8
* Update URLs in docs, comments and setup.cfgTakashi NATSUME2017-07-281-4/+4
| | | | | | | | | 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
* doc: Create directory structure for docs migrationStephen Finucane2017-07-121-93/+9
| | | | | | | | | | | | | | | | | | | | | | | | | 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
* Show team and repo badges on READMEFlavio Percoco2016-11-251-0/+9
| | | | | | | | | | | | | | | | 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
* Update README to comply with Identity v3Joao Targino2016-06-161-15/+21
| | | | | | | 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
* Fix URLs for CLI Reference and APIAndreas Jaeger2016-01-161-2/+2
| | | | | | | 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
* improve readme contentsricolin2015-11-191-13/+25
| | | | | | Add more information in README.rst Change-Id: I290c0871e3ba665f4c066a3d34cc2214455d68fa
* Restrict direct usage of novaclient.v2.clientAndrey Kurilin2015-09-101-1/+1
| | | | | | | | | | | | 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
* Merge "Cleanup various inaccuracies in the README.rst"Jenkins2015-06-091-7/+6
|\
| * Cleanup various inaccuracies in the README.rstmelanie witt2015-06-091-7/+6
| | | | | | | | | | | | | | | | | | | | 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
* | Update weblinksTony Breeds2015-06-091-2/+2
|/ | | | | | | 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
* Use clouds.yaml for functional test credentialsMonty Taylor2015-05-141-2/+5
| | | | | | | | 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
* pass credentials via config file instead of magicSean Dague2015-05-141-0/+13
| | | | | | | | | | | | | 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
* Update README to work with release toolsDoug Hellmann2015-04-211-0/+6
| | | | | | | | | 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
* Rename v1_1 to v2Andrey Kurilin2015-02-041-2/+2
| | | | | | | | | | | | 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
* Workflow documentation is now in infra-manualJeremy Stanley2014-12-051-1/+1
| | | | | | | Replace URLs for workflow documentation to appropriate parts of the OpenStack Project Infrastructure Manual. Change-Id: I75618aaf9e07324985a83ca74d35bcab59e186c1
* Quickstart (README) doc should refer to novaigormilovanovic2014-08-181-1/+1
| | | | | | Closes Bug: #1358385 Change-Id: I0d9592d3221f3a4295bce7e5da8472ea73e0bcc7
* Removes copy of output of 'nova help' from READMEChris Yeoh2014-03-131-180/+1
| | | | | | | | | 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
* Add os-server-external-events supportDan Smith2014-03-071-0/+1
| | | | | | | | | | | | | 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
* Discrepancy between README.rst and nova helpChris Buccella2013-11-131-3/+3
| | | | | | | | | 1) --version in README should be --os-compute-api-version 2) NOVA_URL should be OS_AUTH_URL Change-Id: Ib8989e6923e2073bcc31d2a17d346eb436effdc8 Closes-Bug: 1250842
* Fix the help text process and the generated wrong helpMasayuki Igawa2013-07-291-1/+2
| | | | | | | | | | | | | 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
* Add update method of security group name and descriptionZhenguo Niu2013-05-301-0/+1
| | | | | | | | | | 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
* Cleanup some flavor commandsShane Wang2013-05-151-2/+8
| | | | | | | | | | | | 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>
* Fix keypair-delete help documentsMasayuki Igawa2013-03-221-1/+1
| | | | | | | | The help documents of keypair-delete parameter should indicate "name". Fixes bug 1158733 Change-Id: Ib7e648d22024828f8a4e5b3b51c5ed8f6b4dc057
* Add support for get_spice_console RPC APIDaniel P. Berrange2013-01-171-0/+1
| | | | | | | | | 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>
* Add support for instance evacuate.Kravchenko Pavel2013-01-071-0/+1
| | | | | | | | | | | | 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
* Update README.rstLorin Hochstein2012-12-311-21/+9
| | | | | | | Update the README to remove PENDING links to non-existent docs, and to remove Rackspace-specific references. Change-Id: I08311e0da3d181c3817573be93f6eed6e15e3812
* Change '_' to '-' in optionsDean Troyer2012-08-241-29/+34
| | | | | | | | | | | | | | | | | | | | 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
* Fix spelling errors in aggregates sectionJoe Gordon2012-06-111-1/+1
| | | | Change-Id: I7bd0533861168eef31dcd055ae79746f1a1a6dc7
* Add start and stop to server actionsVishvananda Ishaya2012-06-011-0/+2
| | | | Change-Id: I7fc52a87519813e38090f05dd9646b800c5c1813
* Merge "update README.rst,add args "service_type" when getting endpoints."Jenkins2012-04-261-19/+1
|\
| * update README.rst,add args "service_type" when getting endpoints.Your Name2012-04-191-19/+1
| | | | | | | | Change-Id: Ib7e05f8eaff84e26869ec1a098ea98edd213018b
* | Rename NOVA_VERSION to OS_COMPUTE_API_VERSION.Josh Kearney2012-04-131-2/+3
|/ | | | | | Fixes bug 940432. Change-Id: I18187eb68d936632b4ae78676a0a9f062afba8f2
* Adding Console Log to CLIessex-rc1jakedahn2012-03-191-36/+66
| | | | | | | | * Fixes bug 957518 * Command is as follows: nova console-log <serverid> --length=20 * Also updated the readme with new cli output. Change-Id: I7874c7c9533b5389f7107ae375d4fa9f8fee7c49
* Change CLIAuth arg namesDean Troyer2012-03-141-26/+36
| | | | | | | | | | | | | | | | | 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
* Add suport for instance locking/unlocking.Anthony Young2012-03-131-0/+2
| | | | | | * Fixes bug 954746 Change-Id: I055597014fd44313780b8a9f10cdbc94196f8efb
* bug 932408: python-novaclient miss OSAPI host operationsArmando Migliaccio2012-02-171-0/+2
| | | | | | add client bindings for host-related actions. Change-Id: I98b3c11ec189029bafe73f499070ab132de640af
* Removes zonesChris Behrens2012-02-151-8/+2
| | | | | | | | 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
* Fixes bug 924588: Remove proto-keystone client from novaclientDean Troyer2012-02-031-8/+0
| | | | Change-Id: Ib3f3b8bfdefe56a13889796948a0186309c9a313
* blueprint host-aggregates: client bindingsJohn Garbutt2012-01-261-0/+12
| | | | | | | 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
* Implementing client for new x509 support in nova.essex-3jakedahn2012-01-241-0/+2
| | | | | | | | | | * 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
* Add flavor create/delete supportCole Robinson2012-01-241-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Add a 'usage' module and 'usage-list' cli commandCole Robinson2012-01-241-0/+1
| | | | | | | | | | | | | | | | | 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
* Add server.get_vnc_console functionality to python-novaclientAnthony Young2012-01-171-0/+1
| | | | Change-Id: I8784161ba0ff5adff10045097ed691246bee6e63
* Implementing Floating Ip Pools.jakedahn2012-01-101-0/+2
| | | | | | See vishy's nova branch: https://review.openstack.org/#change,2892 Change-Id: I6a5bec55edd21f659674f478282e65fd6b1b0b1e