Issue #556
closedpulp-admin docker repo list --details is not showing all distributors
Description
Description of problem:
"pulp-admin repo list --details" lists the Distributors associated with all repositories; however, "pulp-admin docker repo list --details" does not.
Version-Release number of selected component (if applicable):
pulp-docker-plugins-0.2.1-0.1.alpha.el6.noarch
How reproducible:
always
Steps to Reproduce:
1. create some docker repositories with various distributors
2. pulp-admin repo list --details
3. pulp-admin docker repo list --details
Actual results:
[root@fortello-docker ~]# pulp-admin repo list --details
--------------------------------------------------------------------
Repositories
--------------------------------------------------------------------
Id: Default_Organization-docker-busybox
Display Name: busybox
Description: None
Content Unit Counts:
Docker Image: 10
Notes:
Importers:
Config:
Feed: https://index.docker.io
Upstream Name: busybox
Id: docker_importer
Importer Type Id: docker_importer
Last Sync: 2014-10-01T15:07:48Z
Repo Id: Default_Organization-docker-busybox
Scheduled Syncs:
Distributors:
Auto Publish: True
Config:
Distributor Type Id: nodes_http_distributor
Id: Default_Organization-docker-busybox_nodes
Last Publish: 2014-10-01T15:07:51Z
Repo Id: Default_Organization-docker-busybox
Scheduled Publishes:
Auto Publish: True
Config:
Protected: True
Distributor Type Id: docker_distributor_web
Id: Default_Organization-docker-busybox
Last Publish: 2014-10-01T15:07:49Z
Repo Id: Default_Organization-docker-busybox
Scheduled Publishes:
Id: org-docker_product-busybox
Display Name: busybox
Description: None
Content Unit Counts:
Docker Image: 10
Notes:
Importers:
Config:
Feed: https://index.docker.io
Upstream Name: busybox
Id: docker_importer
Importer Type Id: docker_importer
Last Sync: 2014-10-01T17:31:34Z
Repo Id: org-docker_product-busybox
Scheduled Syncs:
Distributors:
Auto Publish: True
Config:
Distributor Type Id: nodes_http_distributor
Id: org-docker_product-busybox_nodes
Last Publish: 2014-10-01T17:31:37Z
Repo Id: org-docker_product-busybox
Scheduled Publishes:
Auto Publish: True
Config:
Protected: False
Distributor Type Id: docker_distributor_web
Id: org-docker_product-busybox
Last Publish: 2014-10-01T17:31:35Z
Repo Id: org-docker_product-busybox
Scheduled Publishes:
[root@fortello-docker ~]# pulp-admin docker repo list --details
--------------------------------------------------------------------
Docker Repositories
--------------------------------------------------------------------
Id: Default_Organization-docker-busybox
Display Name: busybox
Description: None
Content Unit Counts:
Docker Image: 10
Notes:
Importers:
Config:
Feed: https://index.docker.io
Upstream Name: busybox
Id: docker_importer
Importer Type Id: docker_importer
Last Sync: 2014-10-01T15:07:48Z
Repo Id: Default_Organization-docker-busybox
Scheduled Syncs:
Distributors:
Id: org-docker_product-busybox
Display Name: busybox
Description: None
Content Unit Counts:
Docker Image: 10
Notes:
Importers:
Config:
Feed: https://index.docker.io
Upstream Name: busybox
Id: docker_importer
Importer Type Id: docker_importer
Last Sync: 2014-10-01T17:31:34Z
Repo Id: org-docker_product-busybox
Scheduled Syncs:
Distributors:
Expected results:
"pulp-admin docker repo list --details" should list the distributor details similar to what 'pulp-admin repo list --details" does.
Additional info:
+ This bug was cloned from Bugzilla Bug #1148558 +