Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python-openstackclient-doc-6.4.0-1.3 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python-openstackclient-doc Distribution: openSUSE Tumbleweed
Version: 6.4.0 Vendor: openSUSE
Release: 1.3 Build date: Sun Jan 14 19:03:17 2024
Group: Documentation/HTML Build host: reproducible
Size: 7747037 Source RPM: python-openstackclient-6.4.0-1.3.src.rpm
Packager: https://bugs.opensuse.org
Url: https://docs.openstack.org/python-openstackclient
Summary: Documentation for OpenStack Command-line Client
python-openstackclient is a unified command-line client for the OpenStack APIs.
It is a thin wrapper to the stock python-*client modules that implement the
actual REST API client actions.
This package contains auto-generated documentation.

Provides

Requires

License

Apache-2.0

Changelog

* Sun Jan 14 2024 Dirk Müller <dmueller@suse.com>
  - update to 6.4.0:
    * tests: Handle missing extensions in network tests
    * tests: Check for DHCP agents first in DHCP test
    * Adds command \`\`image metadef object delete\`\`
    * tests: Handle missing extensions in network tests
    * tests: Fix API extension check
    * tests: Centralise check for networking service
    * Adds command \`\`image metadef object list\`\`
    * Adds command \`\`image metadef object show\`\`
    * Add pagination helpers
    * Adds command \`\`image metadef object create\`\`
    * Update the docker image to python3.11
    * Update from storyboard to launchpad pt. 2
    * volume: Support same\_host, different\_host hint as list
    * Migrate resource filter commands to SDK
    * Removed start, end time format. Before fix, openstack usage
      list command resulted 'str' object has no attribute
      'isoformat' error
    * trivial: Make better use of argparse
    * volume: Add alias for volume type AZs
    * volume: Add aliases for common volume type props
    * volume: Allow filtering volume types by properties
    * Switch back to Launchpad
    * Add support for default security group rule CRUDs
    * Add "image metadef property set" command
    * Add "image metadef property delete" command
    * Add "image metadef property create" command
    * Add "image metadef property show" command
    * Add "image metadef property list" command
    * Migrate volume backend commands to SDK
    * image: Add support for cache commands
    * tests: Add compute v2 FakeClientMixin
    * tests: Use consistent shortcut to fake compute client
    * tests: Add volume v1, v2, v3 FakeClientMixin
    * tests: Use consistent shortcut to fake volume client
    * tests: Use central SDK client fake
    * Update branch regexes for tips jobs
    * Add is\_incremental to ListVolumeBackup
    * Update master for stable/2023.2
    * tests: Explicitly specify port fields for output
    * Remove use of oslo.utils
    * volume: Deprecate '--detailed' options
    * Propocol release versions properly
    * Fix ReleaseNotes build
    * tests: Add image v1, v2 FakeClientMixin
    * tests: Use consistent shortcut to fake image client
    * tests: Remove FakeImagev1Client, FakeImagev2Client
    * tests: Add network v2 FakeClientMixin
    * tests: Use consistent shortcut to fake network client
    * tests: Remove FakeNetworkV2Client
    * Remove project purge image commands
    * Migrate 'extension list' to SDK
    * Migrate 'availability zone list' to SDK
    * Fix "server create"command with --boot-from-volume
    * volume: Migrate 'volume group snapshot' commands to SDK
    * tox: Bump min\_version to 4.3.0
    * Add --skip-resource option to project cleanup
    * Add the flavor-id option to router create
    * Migrate backup commands to SDK
    * Check the default role list before adding a new one
    * Adding image stores info command
    * Adding \`\`image delete --store\`\` and \`\`image import
      info\`\` commands
    * Add a warning for resizing servers booted from volumes
    * Update the underlying python containers to "3.10-bookworm"
    * docs: Add examples of common auth methods
    * doc: Split image command documentation
    * Add image metadef resource type command 'list'
    * Migrate 'volume summary' command to SDK
    * tests: Use a new project for quota tests
    * Allow multiple \`--remove-tag\` in \`project set\`
    * Fix "access rule" commands to only use ID
    * tox: Disable E501
    * Neutron port hints
    * trivial: Remove duplicate definitions
    * Dropping the use of 'addFixedIp' server action
    * docs: Migrate volume commands to autoprogram-cliff
    * volume: Add 'volume qos set --no-property' option
    * volume: Make better use of argparse
    * volume: Add 'volume type set --private/--public'
    * compute: Fix bug with start/stop server
    * Allow server rebuild --wait for SHUTOFF servers
    * tests: Use SDK objects where expected
    * tests: Remove unnecessary nesting of compute resources
    * tests: Reorder compute fakes
    * Migrate 'volume revert' command to SDK
    * pre-commit: Enable black
    * Ignore black changes
    * Blacken everything else
    * Blacken openstackclient.api
    * Blacken openstack.common
    * Blacken openstackclient.image
    * Blacken openstackclient.object
    * Blacken openstackclient.identity
    * Blacken openstackclient.network
    * Blacken openstackclient.volume
    * Blacken openstackclient.compute
    * Use pre-commit for 'pep8' tox target, bump versions
    * Address pre-commit issues
    * compute: Generate SSH keypairs ourselves
    * Migrate 'server event \*' commands to SDK
    * Fix pep issue in the network service provider
    * Adding \`\`image import\`\` command
    * Silence warnings from openstacksdk
    * compute: Migrate 'reboot server' to SDK
    * Add an updated tips job running on py310
    * Show Network QoS rules one per line
    * "hypervisor list --matching" showed the wrong result
    * Docs: Update glance command mapping
    * Fix --security-group for port list
    * Update master for stable/2023.1
    * Add missing documentation for state options for "image set"
    * zuul: Merge osc-functional-devstack-base into only child
    * Wait for volume being available to set bootable or readonly
    * doc: Update nova command mapping
    * Deprecate positional args for 'volume group create'
    * Add options to create volume group from source
    * Add block storage manageable list commands
    * Add block storage cleanup command
    * Add block storage log level {list, set} commands
    * Add volume revert command
    * Add auto-approve option to project cleanup
    * volume: Remove duplication from 'consistency group create'
      opts
    * Move network trunk commands from python-neutronclient
    * Add volume summary command
    * tests: Use fake SDK Migration object
    * Excluding test code from coverage reports
    * Drop default from ask\_user\_yesno question
    * Fix tox v4 compatibility
    * Add plugin doc page for cyborg
    * Update 'host list' and 'host show' command to use sdk
    * Remove unused helpers for legacy novaclient
    * Switch server shelve, unshelve to SDK
    * compute: Switch server restore to SDK
    * Remove unnecessary 'self.methods'
    * Switch server start, server stop to SDK
    * Switch server lock, unlock to sdk
    * compute: 'server volume update' -> 'server volume set'
    * Switch server volume update to sdk
    * Switch list server volume to sdk
    * Switch server dump create to using sdk
    * Finish switching server migration to sdk
    * Fix server list error with --long and -c options
    * Create a functional test case for hypervisor list and show
    * Fix functional-tips job
    * Migrate hypervisor stats commands to SDK
    * Fix really long help strings
    * Fix parameter handling in server add fixed ip cmd
    * Use the SDK for server show
    * Add qos rule type filtering
    * Add image metadef namespace command
    * Updating the glanceclient reference doc
    * docs: Fix typos
    * compute: Allow users to manually specify bootable volumes
    * tests: Add test for multiple blocks devices
    * image: Fail if we can't find an image
    * image: Rename import
    * image: Add support for additional image import methods
    * Revert "Don't look up project by id if given id"
    * Use the SDK in server migration list
    * docs: Document how we manage API versions
    * docs: Describe common actions found in OSC
    * Use the compute SDK in server list
    * tests: Convert network tests to use 'parse\_output'
    * tests: Convert compute tests to use 'parse\_output'
    * tests: Convert identity tests to use 'parse\_output'
    * tests: Convert volume tests to use 'parse\_output'
    * tests: Convert image tests to use 'parse\_output'
    * Adding volume backend commands to volume v3
    * docs: Typo fix
    * docs: Small cleanup of human interface guide
    * Add test for creating volume from source
    * Change --size helptext to include backup
    * Add option to create volume from backup
    * Docstring fix for CreateVolumeAttachment class
    * Moved hypervisor to the SDK
    * image: Add 'image import' command
    * image: Add 'image stage' command
    * image: Simplify handling of data provided via stdin
    * image: Ignore '--progress' if providing image data from stdin
    * Add baremetal agent type list filtering
    * tests: Convert more functional tests to use 'parse\_output'
    * tests: Move json decoding to base test class
    * compute: Add missing microversion check for networks
    * compute: Fix '--network none/auto' handling
    * zuul: Remove nova-network tests
    * Add note about microversion 2.87 in server rescue help
    * compute: Add '--no-network', '--auto-network' flags
    * Improve \`server dump create\` helptext
    * Added "openstack image metadefs namespace list" command
    * Use the compute SDK in usage commands
    * quota: Deprecate "force" behavior for network quotas
    * quota: Fix issues with delete quota command
    * tests: Remove unnecessary nesting of volume resources
    * tests: Remove duplicate FakeImagev1Client
    * tests: Move fake clients to top of file
    * quota: Trivial style fixups
    * quota: Deprecate 'quota show --class', 'quota set --class'
      arguments
    * quota: Allow showing project-specific quotas
    * quota: Add 'quota show --usage' option
    * quota: Simplify logic used to list, show quotas
    * Fix server evacuate command
    * Speed up standard flavor list command
    * quota: Add support for detailed volume quotas
    * quota: Add 'quota delete' command
    * doc: Update cinder command mapping
    * Improve help text for network create --external
    * Switch to 2023.1 Python3 unit tests and generic template name
    * Update master for stable/zed
    * Fix wrong assertion methods
    * image: Add 'image task list' command
    * image: Add 'image task show' commands
    * Run swift in -tips job
    * Replace assertItemsEqual with assertCountEqual
    * Adding missing command mapping in docs
    * volume: Volume names are optional
    * compute: Add support for microversion 2.93
    * compute: Require image when rebuilding a volume-backed server
    * Add address-scope to NDP proxy tests
    * network: Add tenant project filter for RBAC list
    * Add router ndp proxy commands
    * Fix missing closing brackets in metavar
    * Remove invalid note from requirements files
    * Bump python-novaclient version
    * Microversion 2.91: Support specifying destination host to
      unshelve
    * remove unicode prefix from code
    * Fix documents for replaced configuration name
    * Migrate server\_groups to the new API
    * config: Also mask non-prefix config
    * Update the Nova CLI Mapping Guide
    * Add authorization\_ttl for identity providers
    * Add port ranges on floating ip portforwardings cli
    * docs: Add missing command mappings
    * Drop support for Python 3.6, 3.7
    * pre-commit: Allow unsafe YAML
    * Add support for CRUD operations for QoS minimum packet rate
      rule
    * image: Split image creation depending on service
    * image: Make better use of argparse
    * Fix: create image from volume command
    * image: Trivial style changes
    * Skip test\_quota\_network\_set\_with\_force func test
    * Don't show tenant\_id in network objects
    * Allow users to list all images
    * Migrate osc-tox-py3N-tips to Python 3.8
    * Add 'Host Status' to 'server list --long' with >= v2.16
    * volume: Correct output of 'volume attachment create'
    * Allow to filter multiple tags for image list
    * Stop testing lower-constraints
    * volume: Add 'block storage resource filter list' command
    * volume: Add 'block storage cluster \*' commands
    * Refactor network fakes to sdk properties PART 4
    * Stop using private \_is\_uuid\_like method
    * Add more filter option of columns for server list -c COLUMN
    * compute: Only retrieve necessary images
    * Add trustor and trustee filtering to trusts list
    * Allow "--force" flag in quota network commands
    * Refactor network fakes to sdk properties PART 3
    * compute: Add 'Security Groups' for 'server list'
    * Refactor network fakes to sdk properties PART 2
    * Refactor network fakes to sdk properties PART 1
    * Refactor "volume backup restore" command
    * compute: Move server migrations commands to their own file
    * compute: Allow retrieval of migration by UUID
    * volume: fix backup list of deleted volume
    * Add Python3 zed unit tests
    * Update master for stable/yoga
    * Fix metavars and typos in local\_ip
    * Add support for setting extra DHCP options on existing ports
    * volume list: don't fail when there's no compute service
    * Fix 'server event list|show' for deleted servers
    * docs: Document additional 'server migration' commands
    * Add support for 'remote-managed' vnic type
    * Don't fail on extlinks warnings for reno build
    * Support Neutron Local IP CRUD
    * Get rid of tenant\_id in the network commands
    * Switch compute service list, delete and set to sdk
    * Skip original\_name from flavor info
    * Fix volume set functional test
    * Add location to fake network objects
    * Hide location columns for network objects
    * compute: Pass through args to ssh
    * compute: Fix weird option definition for 'server ssh'
    * compute: Return information about fixed IP
    * Switch add fixed IP to SDK
    * tests: Improve logging for executed commands
    * Allow setting gateway when creating a router
    * Fix RemoveServerVolume
    * Add network update quota "limit\_check" parameter
    * Add --security-group to port list
    * compute: Show flavor in 'server list' with API >= 2.47
    * compute: Reorder building of columns for 'server list'
    * Switch server suspend and server resume to SDK
    * Switch server pause and server unpause to SDK
    * Switch openstack server remove port/network to using sdk
    * Allow unset port's host\_id
    * Switch command server remove volume to sdk
    * Add functional test for server add/remove volume
    * Temporarily drop aodhclient from doc build
    * Switch command server add volume to sdk
    * Add missing command mapping in nova
    * image: Sanity check the 'SetImage' command
    * tests: Update fake image client in tests
    * image: Remove FakeImage test helper
    * image: Remove dead test helper methods
    * Switch server image create to SDK
    * Switch openstack server add port/network to using sdk
    * compute: Return details of attached volumes
    * compute: Use correct command class for 'show migration'
    * compute: Don't warn if disk overcommit params unset
    * Switch server backup to sdk
    * Fix typos
    * Remove remnants of 'six'
    * Remove 'get\_osc\_show\_columns\_for\_sdk\_resource'
      duplicates
    * tox: Ignore virtualenvs for pep8 environment
    * compute: Fix filtering servers by tags
    * Update the Nova CLI docoder document
    * Update the Nova CLI decoder document
    * Remove non-working code after method return
    * Add --trusted-image-cert option for server create
    * Fix that the path of functional test
    * Add Python3 yoga unit tests
    * Update master for stable/xena
    * Replace assertItemsEqual with assertCountEqual
    * compute: Add support for microversion 2.89
    * compute: Add support for microversion 2.90
* Sun Jan 14 2024 cloud-devel@suse.de
  - removed 0001-Skip-original_name-from-flavor-info.patch
  - update to version 6.4.0
    - Add plugin doc page for cyborg
    - Allow server rebuild --wait for SHUTOFF servers
    - Allow multiple `--remove-tag` in `project set`
    - trivial: Make better use of argparse
    - Adding ``image import`` command
    - Silence warnings from openstacksdk
    - compute: 'server volume update' -> 'server volume set'
    - Migrate 'server event *' commands to SDK
    - Wait for volume being available to set bootable or readonly
    - Add image metadef resource type command 'list'
    - Adding ``image delete --store`` and ``image import info`` commands
    - Switch back to Launchpad
    - Adds command ``image metadef object create``
    - Adds command ``image metadef object list``
    - Fix pep issue in the network service provider
    - tests: Use consistent shortcut to fake compute client
    - tests: Use a new project for quota tests
    - Excluding test code from coverage reports
    - docs: Migrate volume commands to autoprogram-cliff
    - tests: Handle missing extensions in network tests
    - volume: Remove duplication from 'consistency group create' opts
    - Add missing documentation for state options for "image set"
    - tests: Use consistent shortcut to fake image client
    - Remove unnecessary 'self.methods'
    - docs: Add examples of common auth methods
    - tests: Remove unnecessary nesting of compute resources
    - Adding image stores info command
    - Use pre-commit for 'pep8' tox target, bump versions
    - Add a warning for resizing servers booted from volumes
    - Removed start, end time format. Before fix, openstack usage list command resulted 'str' object has no attribute 'isoformat' error.
    - compute: Migrate 'reboot server' to SDK
    - Drop default from ask_user_yesno question
    - volume: Support same_host, different_host hint as list
    - Add an updated tips job running on py310
    - tests: Centralise check for networking service
    - tests: Add network v2 FakeClientMixin
    - Remove use of oslo.utils
    - Blacken openstackclient.image
    - Fix tox v4 compatibility
    - Add support for default security group rule CRUDs
    - tests: Use fake SDK Migration object
    - Migrate backup commands to SDK
    - volume: Make better use of argparse
    - Neutron port hints
    - Update from storyboard to launchpad pt. 2
    - doc: Split image command documentation
    - Migrate 'volume summary' command to SDK
    - Switch list server volume to sdk
    - Switch server lock, unlock to sdk
    - tests: Remove FakeNetworkV2Client
    - Add "image metadef property delete" command
    - tests: Reorder compute fakes
    - Add "image metadef property list" command.
    - volume: Add 'volume qos set --no-property' option
    - Fix --security-group for port list
    - Migrate volume backend commands to SDK
    - Remove unused helpers for legacy novaclient
    - Migrate resource filter commands to SDK
    - image: Add support for cache commands
    - Blacken openstackclient.compute
    - Add --skip-resource option to project cleanup
    - tests: Use consistent shortcut to fake volume client
    - doc: Update nova command mapping
    - Migrate 'extension list' to SDK
    - Add "image metadef property create" command
    - Add pagination helpers
    - Fix "access rule" commands to only use ID
    - Switch server start, server stop to SDK
    - Add block storage manageable list commands
    - tests: Fix API extension check
    - Switch server volume update to sdk
    - Update 'host list' and 'host show' command to use sdk
    - Fix ReleaseNotes build
    - Show Network QoS rules one per line
    - Blacken openstackclient.identity
    - volume: Deprecate '--detailed' options
    - tox: Disable E501
    - Blacken openstack.common
    - Deprecate positional args for 'volume group create'
    - Adds command ``image metadef object show``
    - tests: Remove FakeImagev1Client, FakeImagev2Client
    - tox: Bump min_version to 4.3.0
    - tests: Use consistent shortcut to fake network client
    - Add "image metadef property show" command
    - pre-commit: Enable black
    - Propocol release versions properly
    - compute: Fix bug with start/stop server
    - trivial: Remove duplicate definitions
    - Add the flavor-id option to router create
    - Add auto-approve option to project cleanup
    - Add "image metadef property set" command
    - Dropping the use of 'addFixedIp' server action
    - Add is_incremental to ListVolumeBackup
    - Move network trunk commands from python-neutronclient
    - Migrate 'volume revert' command to SDK
    - Update the docker image to python3.11
    - Add volume summary command
    - Blacken openstackclient.volume
    - volume: Add aliases for common volume type props
    - Add volume revert command
    - Docs: Update glance command mapping
    - volume: Migrate 'volume group snapshot' commands to SDK
    - Ignore black changes
    - Blacken openstackclient.network
    - volume: Add 'volume type set --private/--public'
    - Update the underlying python containers to "3.10-bookworm"
    - compute: Generate SSH keypairs ourselves
    - Address pre-commit issues
    - tests: Use central SDK client fake
    - tests: Add image v1, v2 FakeClientMixin
    - Migrate 'availability zone list' to SDK
    - tests: Add compute v2 FakeClientMixin
    - Blacken everything else
    - tests: Use SDK objects where expected
    - Update branch regexes for tips jobs
    - Adds command ``image metadef object delete``
    - Add block storage log level {list, set} commands
    - tests: Add volume v1, v2, v3 FakeClientMixin
    - Switch server shelve, unshelve to SDK
    - Blacken openstackclient.object
    - zuul: Merge osc-functional-devstack-base into only child
    - Update master for stable/2023.2
    - Fix "server create"command with --boot-from-volume
    - tests: Explicitly specify port fields for output
    - compute: Switch server restore to SDK
    - Check the default role list before adding a new one
    - Switch server dump create to using sdk
    - Update master for stable/2023.1
    - "hypervisor list --matching" showed the wrong result
    - Add block storage cleanup command
    - tests: Check for DHCP agents first in DHCP test
    - Blacken openstackclient.api
    - Add options to create volume group from source
    - Remove project purge image commands
    - volume: Add alias for volume type AZs
    - volume: Allow filtering volume types by properties
* Sun Jun 19 2022 cloud-devel@suse.de
  - added 0001-Skip-original_name-from-flavor-info.patch
* Tue Oct 26 2021 cloud-devel@suse.de
  - removed 0001-Replace-assertItemsEqual-with-assertCountEqual.patch
  - update to version 5.6.0
    - volume: Re-add accidentally deleted test
    - network: Add support for vnic-type vdpa
    - docs: Update cinderclient comparison doc
    - Replace assertItemsEqual with assertCountEqual
    - Show "Forced Down" compute service status with --long
    - Add support for Neutron's L3 conntrack helper resource
    - volume: Add missing 'volume list --offset' parameter
    - volume: Allow more versions
    - compute: Note that '--password' is deployment-specific
    - Make functional Neutron tests running fine on ML2/OVN environments
    - L3 conntrack helper: Use singular name consistently
    - Add pre-commit
    - Allow to send extra attributes in Neutron related commands
    - setup.cfg: Replace dashes with underscores
    - compute: Better help text for 'openstack server set --state'
    - docs: Update novaclient comparison doc
    - Hides prefix_length column in subnet show output
    - Implements hide image
    - volume: Add 'volume group snapshot *' commands
    - Remove unnecessary test
    - docs: Update neutronclient comparison doc
    - volume: Add 'volume attachment *' commands
    - volume: Add 'volume message *' commands
    - docs: Update glanceclient comparison doc
    - volume: Add missing 'volume backup *' options
    - cinder: Remove redundant command
    - compute: Update 'server resize --revert', '--confirm' help
    - Moving IRC network reference to OFTC
    - volume: Add 'volume group type *' commands
    - volume: Add 'volume group *' commands
    - openstack image create: honor protection/visibility flags
    - Correct REST API response fields for /os-migrations API
    - tests: Rename 'FakeType' -> 'FakeVolumeType'
    - [community goal] Update contributor documentation
    - volume: Add 'volume transfer request create --(no-)snapshots' option
    - Fix TestListMigrationV223 test class MIGRATION_COLUMNS
    - Update volume create documentation
    - compute: Fix typo
    - Correct the tox option for skipping sdist generation
    - Update master for stable/wallaby
    - hacking: Remove references to encoding
    - Add Python3 xena unit tests
    - network: Make 'network qos rule create --type' option required
    - Add support for token caching
    - Add check for cinderclient.v2 support
    - Set ML2/OVS backend explicitly in the devstack jobs
    - tests: Handle removal of block-storage v2 API
    - requirements: Drop os-testr
    - volume: Add more missing 'volume backup *' options
* Mon May 10 2021 cloud-devel@suse.de
  - added 0001-Replace-assertItemsEqual-with-assertCountEqual.patch
* Sun May 02 2021 cloud-devel@suse.de
  - update to version 5.5.0
    - Add source_ip_prefix and destination_ip_prefix to metering label rules
    - compute: Rename 'server migrate (confirm|revert)'
    - compute: Add missing options for 'keypair list'
    - Add an error message when server bind floating IP
    - Remove None valued network quota entries
    - trivial: Document removal of support for agents
    - Rename FakeServerMigration to FakeMigration
    - compute: Add missing 'server create' options
    - Add 'openstack server evacuate' command
    - compute: Remove deprecated 'server migrate --live' option
    - Fix lower-constraints job
    - compute: Fix 'server * -f yaml' output
    - compute: Add missing options for 'server set'
    - compute: Add missing options for 'server event list'
    - functional: Remove test for 'quota set --force'
    - Remove references to Python 2.7
    - compute: Add missing options for 'server image create'
    - Add 'address_group' type support to rbac commands
    - compute: Improve 'server create --block-device-mapping' option parsing
    - compute: Add functional tests for --block-device
    - Switch console url show operations to SDK
    - Always display direction for security group rules
    - Remove retired Karbor support
    - network: Add missing subnet unset --gateway <subnet-id>
    - compute: Add 'server show --topology' option
    - compute: Auto-configure shared/block live migration
    - Add device profile to ``port``
    - compute: Add 'server volume list' command
    - Add support for 'keypairs list --project' parameter
    - Add a few selectable fields to the "openstack server list" output
    - compute: Stop silently ignore --(no-)disk-overcommit
    - compute: Add missing options for 'server group list'
    - Add 'server unshelve --wait' option
    - zuul: Stop testing against Tempest
    - trivial: Rework 'CreateServer' function
    - trivial: Cleanup docs for 'server rebuild'
    - Add documentation about login with federation
    - compute: Fix 'usage * -f yaml' output
    - Add 'server shelve --offload', 'server shelve --wait' options
    - Add project field in image list subcommand
    - tests: Remove unused fake method
    - compute: Improve 'server migration list' options
    - Update master for stable/victoria
    - Validate 'server group create --policy' option
    - Update lower-constraints
    - Add reno for change Ic3c555226a220efd9b0f27edffccf6c4c95c2747
    - Add "fields" parameter to ListPort query
    - Switch 'openstack keypair' ops to use SDK
    - Cleanup of 'server migration list' command
    - compute: Add 'server * --all-projects' option
    - Add support '--progress' option for 'image create'
    - trivial: Use plural for appended parameters
    - Add --name to port list
    - compute: Add missing options for 'hypervisor list'
    - Remove usage of six
    - compute: Add missing options for 'server list'
    - Switch openstack console log show operation to use OpenStackSDK
    - compute: Improve 'server create --nic' option parsing
    - stop image downloads to memory
    - compute: Shuffle options for 'server create'
    - update lower-constraints.txt
    - Remove oslo.utils
    - compute: Fix 'server group * -f yaml' output
    - Add server migration list CLI
    - compute: Deprecate 'server create --file'
    - Add 'openstack server migration list --type' option
    - Compute: Add 'keypair create --type' parameter
    - Replace deprecated UPPER_CONSTRAINTS_FILE variable
    - tests: Remove 'agent' functional tests
    - Add name and enabled param in ListDomain parser
    - Compute: Add tag support for server add fixed ip
    - Resolve issues with 'server migration list'
    - Add Python3 wallaby unit tests
    - Add 'server migration force complete' command
    - Compute: Add user id support for keypair
    - Compute: Add tag support for server add volume
    - compute: Add --password option for openstack server create
    - Add support for 'keypairs list --user' parameter
    - Update the file paths mentioned in README.rst
    - Compute: Add tag support for server add network
    - project cleanup
    - Add option to filter instances by AZ
    - Switch compute aggregate functions to SDK
    - Switch compute flavors from novaclient/direct to SDK
    - compute: Add 'server migration show' command
    - compute: Add support for 'server boot --nic ...,tag=<tag>'
    - Restore behavior of image create with same name.
    - compute: Add 'server volume update' command
    - Add NODE and HOST parameters in "server create" help text
    - compute: Add support for loading BDMs from files
    - Fix formatting of the flavor properties
    - Make use of comparable 'FormattableColumn' subclasses
    - Remove references to setuptools
    - network: Address nits for I3c313fc9329837dde67815901528a34dca98ebcc
    - Add 'server migration abort' command
    - Compute: Add tag support for server add port
    - Change 'Volume' to 'Block Storage'
    - Compute: Add tags support for server
    - compute: Add 'server group create --rule' option
    - compute: Add missing options for 'server rebuild'
    - compute: Remove references to optional extensions
    - Remove the unused coding style modules
    - compute: Add '--force' option to 'server delete'
    - Fix: port attribute name propagate_uplink_status
    - Support remote-address-group in SG rules
    - Add id and enabled param in ListIdentityProvider parser
    - Support Neutron Address Group CRUD
    - Add 'openstack server create --use-config-drive'
    - Remove retired Searchlight support
    - compute: Fix 'hypervisor show -f yaml' output
    - Let autoprogram-cliff know who's running
    - image: Unset properties rather than setting to None
    - Allow to resize in-use volumes
    - compute: Remove 'file://' prefix from '--block-device'
    - trivial: Cleanup docs for 'server list'
    - compute: Add 'server create --block-device' option
    - Add 'flavor list --min-disk', '--min-ram' options
* Fri Oct 09 2020 cloud-devel@suse.de
  - update to version 5.4.0
    - Switch to newer openstackdocstheme and reno versions
    - Add API check for server_groups.create
    - Cleanup Python 2.7 support
    - Remove congress
    - Add 'address_scope' type support to network rbac commands
    - Resolve PEP8
    - Add system role assignment tests for users and groups
    - Add '--force; parameter to 'openstack quota set'
    - Show words indicating booted from volume for server image
    - Fix reverted osc-lib interface change
    - Fix compatibility issue in 5.3
    - Support tagging Neutron ports on creation
    - Add NUMA affinity policy parameter to "port"
    - Add 'subnetpool' type support to rbac commands
    - Use unittest.mock instead of third party mock
    - Allow os quota list query to filter by project
    - Output correct json for security groups in 'openstack server show'
    - Add libc6-dev to bindep
    - Add description field to portforwarding NAT rules
    - switch to stevedore for entry points
    - Fix gate due to switch to focal
    - Revert "Format location columns in network commands"
    - Remove enabling of glance v1 API
    - Support for stateless security groups
    - Add cliff to libs-from-git for devstack functional tips
    - Fix uploading an signed image does not work if private signing key is encrypted
    - Expose flag for forcing use of import for images
    - Add a command to trigger entrypoint cache creation
    - Add resource option immutable
    - Be explicit about python version in image
    - Delete the testcases that arent needed anymore
    - Add py38 package metadata
    - Make volume backup record commands available in v3
    - bump py37 to py38 in tox.ini
    - Update master for stable/ussuri
    - Remove os-client-config references
    - identity: autogenerate docs
    - Fix --image-property option in 'create server'
    - Adding options to user cli
    - Allow openstack flavor set to update flavor description using name
    - Replace assertItemsEqual with assertCountEqual
    - Bypass user and group verification in RemoveRole
    - Cleanup: remove a useless reference to "object"
    - Add Python3 victoria unit tests
    - image: autogenerate docs
    - Remove translation sections from setup.cfg
    - Client should parse string to boolean for value 'is_domain'
    - Don't display Munch objects in the output
    - port: add --host to list command
    - Update developing.rst
    - Add API check for server_groups.list
    - Remove Babel from requirements
    - Correct image lookup during server rebuild
    - Remove install unnecessary packages
    - Revert "Disallow setting default on internal network"
    - Make container list --all work
    - Add OpenStack Client for Manila docs
    - Add command: router add/remove route --route
* Tue May 12 2020 cloud-devel@suse.de
  - update to version 5.2.0
    - Add bindep file
    - Use 'KeyValueAppendAction' from osc-lib
    - Bump lower constraint of MarkupSafe
    - Replace six.iteritems() with .items()
    - Don't look up project by id if given id
    - Add storage policy option to create container command
    - Stop configuring install_command in tox and stop use pip.
    - Update http links in docs
    - Doc: launchpad => storyboard
    - Allow setting floating IP description
    - Deflate .htaccess
    - Fix network segment range "_get_ranges" function
    - Fix copypaste errors in access rule command
    - Remove redundant OpenStackShell.prepare_to_run_command
    - Remove plugin projects from test-requirements.txt
    - neutron: autogenerate docs
    - Incorrect title for service provider
    - Add plugin doc page for watcher
    - Show correct name for resource with quota set to zero
    - Disallow setting default on internal network
    - Fix openstack server list --deleted --marker option
    - Add support for app cred access rules
    - Fix plugin autodoc generation
    - Switch image to use SDK
    - Provide stderr in exception when check_parser fails
    - Microversion 2.79: Add delete_on_termination to volume-attach API
    - Complete switch from glanceclient to SDK for image service
    - Use autoprogram-cliff for remaining plugin docs
    - Bump tox minversion
    - Add unit tests and release note for dns_publish_fixed_ip
    - common: autogenerate docs
    - Update master for stable/train
    - Create Volume v3 functional tests
    - Change dockerhub password
    - Honor endpoint override from config for volume
    - Fix functional tests for py3
    - Stop testing python 2 in tox and zuul.
    - Raise hacking to more recent 2.0.0
    - Now we can add description for role creation in OSC
    - Build utility image for using osc
    - Replace port 35357 with 5000 for "auth_url"
    - Switch to using osc_lib.utils.tags
    - Split plugin docs per project
    - Fix router create/show if extraroute not supported
    - Add qos_network_policy_id to network port tests
    - Link to (some) plugin doc pages
    - Refactor AggregateTests
    - Remove trailing newline from dockerhub secret
    - Update a stale doc reference to use :neutron-doc:
    - Add dns_publish_fixed_ip attribute to subnets
    - Fix osc-lib interface change: catch osc-lib Forbidden
    - Use SDK to get compute API extensions
    - Add placement to known plugins
    - Update the content about Import Format
    - compute: autogenerate docs
    - versions: Fix 'versions show' help message
    - Add parent project filter for listing projects
    - Raise flake8-import-order version to latest
    - Add "fields" parameter to ListSecurityGroup query
    - openstack.cli: autogenerate docs
    - Add redirect testing
    - Stop silently ignoring invalid 'server create --hint' options
    - Produce complete content for plugin docs
    - Remove mention of meetings from docs
    - Update image building jobs
    - Add 'openstack server migrate (confirm|revert)' commands
    - Complete "Drop python2 support" goal
    - Fix faulthy state argument choice
* Tue Mar 24 2020 Dirk Mueller <dmueller@suse.com>
  - add obsoletes
* Mon Mar 23 2020 Dirk Mueller <dmueller@suse.com>
  - remove nonsensical update-alternatives, which leaves an empty file behind

Files

/usr/share/doc/packages/python-openstackclient-doc
/usr/share/doc/packages/python-openstackclient-doc/LICENSE
/usr/share/doc/packages/python-openstackclient-doc/html
/usr/share/doc/packages/python-openstackclient-doc/html/.htaccess
/usr/share/doc/packages/python-openstackclient-doc/html/_sources
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/_hidden
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/_hidden/ec2-credentials.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/_hidden/endpoint.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/_hidden/image.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/_hidden/project.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/_hidden/role.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/_hidden/service.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/_hidden/token.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/_hidden/user.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/authentication.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/backwards-incompatible.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-list.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/access-rules.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/access-token.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/address-group.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/address-scope.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/aggregate.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/application-credentials.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/availability-zone.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/block-storage-cleanup.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/block-storage-cluster.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/block-storage-log-level.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/block-storage-manage.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/block-storage-resource-filter.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/catalog.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/command.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/complete.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/compute-agent.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/compute-service.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/configuration.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/consistency-group-snapshot.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/consistency-group.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/console-log.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/console-url.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/consumer.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/container.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/credential.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/default-security-group-rule.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/domain.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/ec2-credentials-v2.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/ec2-credentials-v3.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/endpoint-v2.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/endpoint-v3.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/endpoint_group.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/extension.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/federation-domain-project.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/federation-protocol.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/flavor.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/floating-ip-pool.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/floating-ip-port-forwarding.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/floating-ip.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/group.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/host.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/hypervisor-stats.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/hypervisor.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/identity-provider.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/image-member.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/image-metadef.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/image-task.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/image-v1.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/image-v2.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/implied_role.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/ip-availability.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/keypair.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/limit.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/limits.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/local-ip-association.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/local-ip.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/mapping.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/module.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/network-agent.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/network-auto-allocated-topology.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/network-flavor-profile.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/network-flavor.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/network-l3-conntrack-helper.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/network-meter-rule.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/network-meter.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/network-qos-policy.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/network-qos-rule-type.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/network-qos-rule.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/network-rbac.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/network-segment.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/network-service-provider.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/network-trunk.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/network.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/network_segment_range.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/object-store-account.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/object.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/policy.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/port.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/project-cleanup.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/project-v2.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/project-v3.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/quota.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/region.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/registered-limit.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/request-token.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/role-assignment.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/role-v2.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/role-v3.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/router-ndp-proxy.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/router.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/security-group-rule.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/security-group.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/server-backup.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/server-event.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/server-group.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/server-image.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/server-migration.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/server.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/service-provider.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/service-v2.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/service-v3.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/subnet-pool.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/subnet.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/token-v2.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/token-v3.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/trust.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/usage.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/user-v2.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/user-v3.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/versions.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/volume-attachment.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/volume-backend.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/volume-backup.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/volume-group-snapshot.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/volume-group-type.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/volume-group.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/volume-host.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/volume-message.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/volume-qos.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/volume-service.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/volume-snapshot.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/volume-transfer-request.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/volume-type.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/command-objects/volume.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/commands.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/decoder.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/index.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/interactive.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/man
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/man/openstack.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/plugin-commands
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/plugin-commands/barbican.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/plugin-commands/cyborg.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/plugin-commands/designate.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/plugin-commands/gnocchi.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/plugin-commands/heat.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/plugin-commands/index.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/plugin-commands/ironic-inspector.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/plugin-commands/ironic.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/plugin-commands/manila.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/plugin-commands/mistral.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/plugin-commands/neutron.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/plugin-commands/octavia.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/plugin-commands/placement.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/plugin-commands/rsd.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/plugin-commands/sahara.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/plugin-commands/senlin.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/plugin-commands/trove.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/plugin-commands/watcher.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/plugin-commands/zaqar.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/cli/plugin-commands/zun.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/configuration
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/configuration/index.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/contributor
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/contributor/api
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/contributor/api/modules.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/contributor/api/openstackclient.api.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/contributor/api/openstackclient.common.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/contributor/api/openstackclient.compute.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/contributor/api/openstackclient.compute.v2.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/contributor/api/openstackclient.identity.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/contributor/api/openstackclient.identity.v2_0.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/contributor/api/openstackclient.identity.v3.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/contributor/api/openstackclient.image.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/contributor/api/openstackclient.image.v1.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/contributor/api/openstackclient.image.v2.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/contributor/api/openstackclient.network.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/contributor/api/openstackclient.network.v2.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/contributor/api/openstackclient.object.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/contributor/api/openstackclient.object.v1.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/contributor/api/openstackclient.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/contributor/api/openstackclient.volume.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/contributor/api/openstackclient.volume.v1.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/contributor/api/openstackclient.volume.v2.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/contributor/command-beta.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/contributor/command-errors.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/contributor/command-logs.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/contributor/command-options.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/contributor/command-wrappers.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/contributor/developing.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/contributor/humaninterfaceguide.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/contributor/index.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/contributor/plugins.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/contributor/specs
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/contributor/specs/command-objects
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/contributor/specs/command-objects/example.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/contributor/specs/commands.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/contributor/specs/network-topology.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_sources/index.rst.txt
/usr/share/doc/packages/python-openstackclient-doc/html/_static
/usr/share/doc/packages/python-openstackclient-doc/html/_static/basic.css
/usr/share/doc/packages/python-openstackclient-doc/html/_static/css
/usr/share/doc/packages/python-openstackclient-doc/html/_static/css/bootstrap.css
/usr/share/doc/packages/python-openstackclient-doc/html/_static/css/bootstrap.min.css
/usr/share/doc/packages/python-openstackclient-doc/html/_static/css/combined.css
/usr/share/doc/packages/python-openstackclient-doc/html/_static/css/font-awesome.css
/usr/share/doc/packages/python-openstackclient-doc/html/_static/css/font-awesome.min.css
/usr/share/doc/packages/python-openstackclient-doc/html/_static/css/search.css
/usr/share/doc/packages/python-openstackclient-doc/html/_static/doctools.js
/usr/share/doc/packages/python-openstackclient-doc/html/_static/documentation_options.js
/usr/share/doc/packages/python-openstackclient-doc/html/_static/favicon.ico
/usr/share/doc/packages/python-openstackclient-doc/html/_static/file.png
/usr/share/doc/packages/python-openstackclient-doc/html/_static/fonts
/usr/share/doc/packages/python-openstackclient-doc/html/_static/fonts/FontAwesome.otf
/usr/share/doc/packages/python-openstackclient-doc/html/_static/fonts/fontawesome-webfont.eot
/usr/share/doc/packages/python-openstackclient-doc/html/_static/fonts/fontawesome-webfont.svg
/usr/share/doc/packages/python-openstackclient-doc/html/_static/fonts/fontawesome-webfont.ttf
/usr/share/doc/packages/python-openstackclient-doc/html/_static/fonts/fontawesome-webfont.woff
/usr/share/doc/packages/python-openstackclient-doc/html/_static/fonts/fontawesome-webfont.woff2
/usr/share/doc/packages/python-openstackclient-doc/html/_static/fonts/glyphicons-halflings-regular.eot
/usr/share/doc/packages/python-openstackclient-doc/html/_static/fonts/glyphicons-halflings-regular.svg
/usr/share/doc/packages/python-openstackclient-doc/html/_static/fonts/glyphicons-halflings-regular.ttf
/usr/share/doc/packages/python-openstackclient-doc/html/_static/fonts/glyphicons-halflings-regular.woff
/usr/share/doc/packages/python-openstackclient-doc/html/_static/fonts/glyphicons-halflings-regular.woff2
/usr/share/doc/packages/python-openstackclient-doc/html/_static/images
/usr/share/doc/packages/python-openstackclient-doc/html/_static/images/docs
/usr/share/doc/packages/python-openstackclient-doc/html/_static/images/docs/license.png
/usr/share/doc/packages/python-openstackclient-doc/html/_static/images/docs/superuser1.png
/usr/share/doc/packages/python-openstackclient-doc/html/_static/images/docs/superuser2.png
/usr/share/doc/packages/python-openstackclient-doc/html/_static/images/docs/superuser3.png
/usr/share/doc/packages/python-openstackclient-doc/html/_static/images/docs/superuser4.png
/usr/share/doc/packages/python-openstackclient-doc/html/_static/images/footer-facebook-hover.png
/usr/share/doc/packages/python-openstackclient-doc/html/_static/images/footer-facebook.png
/usr/share/doc/packages/python-openstackclient-doc/html/_static/images/footer-linkedin-hover.png
/usr/share/doc/packages/python-openstackclient-doc/html/_static/images/footer-linkedin.png
/usr/share/doc/packages/python-openstackclient-doc/html/_static/images/footer-twitter-hover.png
/usr/share/doc/packages/python-openstackclient-doc/html/_static/images/footer-twitter.png
/usr/share/doc/packages/python-openstackclient-doc/html/_static/images/footer-youtube-hover.png
/usr/share/doc/packages/python-openstackclient-doc/html/_static/images/footer-youtube.png
/usr/share/doc/packages/python-openstackclient-doc/html/_static/images/loading.gif
/usr/share/doc/packages/python-openstackclient-doc/html/_static/images/logo-full.png
/usr/share/doc/packages/python-openstackclient-doc/html/_static/images/logo-full.svg
/usr/share/doc/packages/python-openstackclient-doc/html/_static/images/logo-vert.png
/usr/share/doc/packages/python-openstackclient-doc/html/_static/images/logo-vert.svg
/usr/share/doc/packages/python-openstackclient-doc/html/_static/images/openstack-logo-full.png
/usr/share/doc/packages/python-openstackclient-doc/html/_static/images/openstack-logo-full.svg
/usr/share/doc/packages/python-openstackclient-doc/html/_static/images/openstack-logo-vert.png
/usr/share/doc/packages/python-openstackclient-doc/html/_static/images/openstack-logo-vert.svg
/usr/share/doc/packages/python-openstackclient-doc/html/_static/images/search-icon.png
/usr/share/doc/packages/python-openstackclient-doc/html/_static/js
/usr/share/doc/packages/python-openstackclient-doc/html/_static/js/bootstrap.js
/usr/share/doc/packages/python-openstackclient-doc/html/_static/js/bootstrap.min.js
/usr/share/doc/packages/python-openstackclient-doc/html/_static/js/docs.js
/usr/share/doc/packages/python-openstackclient-doc/html/_static/js/jquery-3.2.1.js
/usr/share/doc/packages/python-openstackclient-doc/html/_static/js/jquery-3.2.1.min.js
/usr/share/doc/packages/python-openstackclient-doc/html/_static/js/navigation.js
/usr/share/doc/packages/python-openstackclient-doc/html/_static/language_data.js
/usr/share/doc/packages/python-openstackclient-doc/html/_static/minus.png
/usr/share/doc/packages/python-openstackclient-doc/html/_static/plus.png
/usr/share/doc/packages/python-openstackclient-doc/html/_static/pygments.css
/usr/share/doc/packages/python-openstackclient-doc/html/_static/searchtools.js
/usr/share/doc/packages/python-openstackclient-doc/html/_static/sphinx_highlight.js
/usr/share/doc/packages/python-openstackclient-doc/html/cli
/usr/share/doc/packages/python-openstackclient-doc/html/cli/_hidden
/usr/share/doc/packages/python-openstackclient-doc/html/cli/_hidden/ec2-credentials.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/_hidden/endpoint.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/_hidden/image.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/_hidden/project.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/_hidden/role.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/_hidden/service.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/_hidden/token.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/_hidden/user.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/authentication.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/backwards-incompatible.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-list.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/access-rules.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/access-token.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/address-group.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/address-scope.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/aggregate.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/application-credentials.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/availability-zone.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/block-storage-cleanup.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/block-storage-cluster.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/block-storage-log-level.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/block-storage-manage.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/block-storage-resource-filter.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/catalog.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/command.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/complete.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/compute-agent.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/compute-service.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/configuration.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/consistency-group-snapshot.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/consistency-group.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/console-log.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/console-url.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/consumer.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/container.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/credential.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/default-security-group-rule.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/domain.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/ec2-credentials-v2.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/ec2-credentials-v3.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/endpoint-v2.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/endpoint-v3.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/endpoint_group.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/extension.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/federation-domain-project.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/federation-protocol.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/flavor.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/floating-ip-pool.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/floating-ip-port-forwarding.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/floating-ip.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/group.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/host.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/hypervisor-stats.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/hypervisor.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/identity-provider.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/image-member.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/image-metadef.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/image-task.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/image-v1.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/image-v2.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/implied_role.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/ip-availability.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/keypair.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/limit.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/limits.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/local-ip-association.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/local-ip.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/mapping.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/module.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/network-agent.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/network-auto-allocated-topology.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/network-flavor-profile.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/network-flavor.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/network-l3-conntrack-helper.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/network-meter-rule.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/network-meter.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/network-qos-policy.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/network-qos-rule-type.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/network-qos-rule.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/network-rbac.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/network-segment.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/network-service-provider.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/network-trunk.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/network.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/network_segment_range.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/object-store-account.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/object.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/policy.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/port.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/project-cleanup.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/project-v2.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/project-v3.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/quota.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/region.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/registered-limit.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/request-token.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/role-assignment.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/role-v2.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/role-v3.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/router-ndp-proxy.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/router.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/security-group-rule.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/security-group.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/server-backup.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/server-event.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/server-group.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/server-image.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/server-migration.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/server.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/service-provider.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/service-v2.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/service-v3.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/subnet-pool.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/subnet.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/token-v2.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/token-v3.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/trust.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/usage.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/user-v2.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/user-v3.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/versions.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/volume-attachment.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/volume-backend.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/volume-backup.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/volume-group-snapshot.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/volume-group-type.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/volume-group.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/volume-host.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/volume-message.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/volume-qos.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/volume-service.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/volume-snapshot.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/volume-transfer-request.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/volume-type.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/command-objects/volume.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/commands.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/decoder.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/index.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/interactive.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/man
/usr/share/doc/packages/python-openstackclient-doc/html/cli/man/openstack.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/plugin-commands
/usr/share/doc/packages/python-openstackclient-doc/html/cli/plugin-commands/barbican.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/plugin-commands/cyborg.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/plugin-commands/designate.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/plugin-commands/gnocchi.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/plugin-commands/heat.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/plugin-commands/index.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/plugin-commands/ironic-inspector.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/plugin-commands/ironic.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/plugin-commands/manila.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/plugin-commands/mistral.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/plugin-commands/neutron.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/plugin-commands/octavia.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/plugin-commands/placement.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/plugin-commands/rsd.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/plugin-commands/sahara.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/plugin-commands/senlin.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/plugin-commands/trove.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/plugin-commands/watcher.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/plugin-commands/zaqar.html
/usr/share/doc/packages/python-openstackclient-doc/html/cli/plugin-commands/zun.html
/usr/share/doc/packages/python-openstackclient-doc/html/configuration
/usr/share/doc/packages/python-openstackclient-doc/html/configuration/index.html
/usr/share/doc/packages/python-openstackclient-doc/html/contributor
/usr/share/doc/packages/python-openstackclient-doc/html/contributor/api
/usr/share/doc/packages/python-openstackclient-doc/html/contributor/api/modules.html
/usr/share/doc/packages/python-openstackclient-doc/html/contributor/api/openstackclient.api.html
/usr/share/doc/packages/python-openstackclient-doc/html/contributor/api/openstackclient.common.html
/usr/share/doc/packages/python-openstackclient-doc/html/contributor/api/openstackclient.compute.html
/usr/share/doc/packages/python-openstackclient-doc/html/contributor/api/openstackclient.compute.v2.html
/usr/share/doc/packages/python-openstackclient-doc/html/contributor/api/openstackclient.html
/usr/share/doc/packages/python-openstackclient-doc/html/contributor/api/openstackclient.identity.html
/usr/share/doc/packages/python-openstackclient-doc/html/contributor/api/openstackclient.identity.v2_0.html
/usr/share/doc/packages/python-openstackclient-doc/html/contributor/api/openstackclient.identity.v3.html
/usr/share/doc/packages/python-openstackclient-doc/html/contributor/api/openstackclient.image.html
/usr/share/doc/packages/python-openstackclient-doc/html/contributor/api/openstackclient.image.v1.html
/usr/share/doc/packages/python-openstackclient-doc/html/contributor/api/openstackclient.image.v2.html
/usr/share/doc/packages/python-openstackclient-doc/html/contributor/api/openstackclient.network.html
/usr/share/doc/packages/python-openstackclient-doc/html/contributor/api/openstackclient.network.v2.html
/usr/share/doc/packages/python-openstackclient-doc/html/contributor/api/openstackclient.object.html
/usr/share/doc/packages/python-openstackclient-doc/html/contributor/api/openstackclient.object.v1.html
/usr/share/doc/packages/python-openstackclient-doc/html/contributor/api/openstackclient.volume.html
/usr/share/doc/packages/python-openstackclient-doc/html/contributor/api/openstackclient.volume.v1.html
/usr/share/doc/packages/python-openstackclient-doc/html/contributor/api/openstackclient.volume.v2.html
/usr/share/doc/packages/python-openstackclient-doc/html/contributor/command-beta.html
/usr/share/doc/packages/python-openstackclient-doc/html/contributor/command-errors.html
/usr/share/doc/packages/python-openstackclient-doc/html/contributor/command-logs.html
/usr/share/doc/packages/python-openstackclient-doc/html/contributor/command-options.html
/usr/share/doc/packages/python-openstackclient-doc/html/contributor/command-wrappers.html
/usr/share/doc/packages/python-openstackclient-doc/html/contributor/developing.html
/usr/share/doc/packages/python-openstackclient-doc/html/contributor/humaninterfaceguide.html
/usr/share/doc/packages/python-openstackclient-doc/html/contributor/index.html
/usr/share/doc/packages/python-openstackclient-doc/html/contributor/plugins.html
/usr/share/doc/packages/python-openstackclient-doc/html/contributor/specs
/usr/share/doc/packages/python-openstackclient-doc/html/contributor/specs/command-objects
/usr/share/doc/packages/python-openstackclient-doc/html/contributor/specs/command-objects/example.html
/usr/share/doc/packages/python-openstackclient-doc/html/contributor/specs/commands.html
/usr/share/doc/packages/python-openstackclient-doc/html/contributor/specs/network-topology.html
/usr/share/doc/packages/python-openstackclient-doc/html/genindex.html
/usr/share/doc/packages/python-openstackclient-doc/html/index.html
/usr/share/doc/packages/python-openstackclient-doc/html/objects.inv
/usr/share/doc/packages/python-openstackclient-doc/html/search.html
/usr/share/doc/packages/python-openstackclient-doc/html/searchindex.js


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed May 1 23:23:10 2024