File: add-server-hostname-opts-3cb4fd90b5bf47ca.yaml

package info (click to toggle)
python-openstackclient 7.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,012 kB
  • sloc: python: 135,291; makefile: 140; sh: 22
file content (8 lines) | stat: -rw-r--r-- 368 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
---
features:
  - |
    The ``server create``, ``server set`` and ``server rebuild`` commands now
    accept an optional ``--hostname HOSTNAME`` option. This can be used to
    configure the hostname stored in the metadata service and/or config drive.
    Utilities such as ``cloud-init`` can then consume this information to set
    the hostname within the guest OS.