puppet-neutron/releasenotes/notes/deprecate-project_id-7aa6981537e33af2.yaml
Takashi Kajinami a321b3ffa1 designate: Deprecate the project_id parameter
The project_name parameter is commonly used in Puppet OpenStack,
because its value is predictable, and there are only a few modules
which support the project_id parameter.

This deprecates the project_id parameter in neutron::designate, so that
we use project_name more widely.

Change-Id: I6f2833dc4dea7dad497c7802dc2c0cbd26bb6a2c
2022-01-17 20:07:09 +09:00

7 lines
190 B
YAML

---
deprecations:
- |
The ``neutron::designate::project_id`` parameter has been deprecated and
will be removed in a future release. Use the ``project_name`` parameter
instead.