File: cell-mapping-formatted-urls-4f5ee779a70960b8.yaml

package info (click to toggle)
nova 2%3A18.1.0-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 49,532 kB
  • sloc: python: 383,759; pascal: 1,610; xml: 1,184; sh: 917; makefile: 140; sql: 43
file content (11 lines) | stat: -rw-r--r-- 627 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
---
features:
  - |
    The URLs in cell mapping records may now include variables that are filled
    from the corresponding default URL specified in the host's configuration
    file. This allows per-host credentials, as well as other values to be set
    in the config file which will affect the URL of a cell, as calculated when
    loading the record. For ``database_connection``, the ``[database]/connection``
    URL is used as the base. For ``transport_url``, the ``[DEFAULT]/transport_url``
    is used. For more information, see the cells configuration docs:
    https://docs.openstack.org/nova/latest/user/cells.html