Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
Remove app_label variable since it's unused
Browse files Browse the repository at this point in the history
fixes #5321
  • Loading branch information
David Davis committed Sep 4, 2019
1 parent f10d4fd commit e94c435
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion example-source/group_vars/all
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ pulp_source_dir: '/var/lib/pulp/devel/pulpcore'
pulp_plugin_source_dir: "/var/lib/pulp/devel/pulpcore-plugin"
pulp_install_plugins:
pulp-file:
app_label: "file"
source_dir: "/var/lib/pulp/devel/pulp_file"
developer_user_home: /var/lib/pulp
developer_user: pulp
Expand Down
3 changes: 1 addition & 2 deletions example-use/group_vars/all
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
pulp_default_admin_password: password
pulp_install_plugins:
pulp-file:
app_label: "file"
pulp-file: {}
pulp_settings:
secret_key: secret
3 changes: 0 additions & 3 deletions roles/pulp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ Role Variables:
Defaults to "{}", which will not install any plugins.
* Dictionary Key: The pip installable plugin name. This is defined in each
plugin's* `setup.py`. **Required**.
* `app_label`: Used to make migrations. This is defined in the
[PluginAppConfig](https://github.com/pulp/pulp_file/blob/76cc979e67fde128f78f3274697a4ea78f2269ec/pulp_file/app/__init__.py#L10)
of each plugin. **Required**.
* `source_dir`: Optional. Absolute path to the plugin source code. If present,
plugin will be installed from source in editable mode.
* `pulp_install_api_service`: Whether to create systemd service files for
Expand Down

0 comments on commit e94c435

Please sign in to comment.