canonical / canonical/stsstack-bundles

Openstack bundle creates two projects with names `admin` and `services`

Open
#354 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Shell
Stars
10
Forks
37
Avg merge
7d 16h
Merged PRs (30d)
1

Description

Deploy an openstack bundle and list projects:
```
$ os project list
+----------------------------------+----------+
| ID | Name |
+----------------------------------+----------+
| 0086b84a8dcf44b5b425abbddbbbd8c3 | services |
| 0fddf0da32d549f89763f7deded274ad | services |
| 3ac0c8861bee423b9983a57f73bed0da | admin |
| 5ed0b92db39b4d52a9286fab4d8626b6 | admin |
| df5c8912a1594121a363f727024e9ed4 | demo |
| e87e859a42394bafad754b82a37d30b4 | alt_demo |
+----------------------------------+----------+
```
My instances are deployed in `3ac0c8861bee423b9983a57f73bed0da` and my amphora in `0086b84a8dcf44b5b425abbddbbbd8c3`; the other projects are empty.

This is confusing/annoying if you're trying to determine which project a resource lives in.

Contributor guide

No contributing guide indexed for this repository

Research direction

Reproduce the deployment described in the issue and run `os project list` to confirm the duplicate `admin` and `services` projects. Then trace the bundle configuration responsible for creating those projects and verify that each expected project is created only once, with resources remaining usable in the intended project.

Written by the indexing model from the issue text.

Assessment

Domain
cloud, infrastructure
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.