Files
distcloud/distributedcloud/etc/dcagent/policy.json
Lucas de Ataides 185056ac72 Add build package for dcagent
The purpose of this change is to add the build information for the
dcagent package introduced by [1]. It adds the service information and
Openstack API code.

[1] https://review.opendev.org/c/starlingx/distcloud/+/923350

Test Plan:
  - PASS: Build dcagent package
  - PASS: Install and bootstrap system with custom ISO containing the
          newly created dcagent package
  - PASS: Verify that the dcagent-api.service is loaded

Story: 2011106
Task: 50635

Change-Id: Id21e0441c73c13bfd732c9b995bb994eed72246e
Signed-off-by: Lucas de Ataides <lucas.deataidesbarreto@windriver.com>
2024-07-24 19:37:25 +00:00

6 lines
147 B
JSON
Executable File

{
"context_is_admin": "role:admin",
"admin_or_owner": "is_admin:True or project_id:%(project_id)s",
"default": "rule:admin_or_owner"
}