File: bug-1664255-f82c5c13d92fed2a.yaml

package info (click to toggle)
python-openstackclient 8.2.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,960 kB
  • sloc: python: 132,001; makefile: 140; sh: 22
file content (9 lines) | stat: -rw-r--r-- 359 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
---
fixes:
  - |
    Allow users to create centralized (distributed=False)
    routers using the ``--centralized`` option in ``router create``.
    Without this, routers are created based on the default
    neutron configuration of the deployment, which, for example,
    could be 'distributed'.
    [Bug `1664255 <https://bugs.launchpad.net/bugs/1664255>`_]