File: update_endpoint-f87c1f42d0c0d1ef.yaml

package info (click to toggle)
python-openstacksdk 4.4.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 13,352 kB
  • sloc: python: 122,960; sh: 153; makefile: 23
file content (8 lines) | stat: -rw-r--r-- 310 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
---
features:
  - Added update_endpoint as a new function that allows
    the user to update a created endpoint with new values
    rather than deleting and recreating that endpoint.
    This feature only works with keystone v3, with v2 it
    will raise an exception stating the feature is not
    available.