diff options
author | Ben Nemec <bnemec@redhat.com> | 2017-06-27 10:01:31 -0500 |
---|---|---|
committer | Emilien Macchi <emilien@redhat.com> | 2017-07-21 18:38:58 +0000 |
commit | 8fb3da3c6016341d1f7158b9841db63de9b86fdf (patch) | |
tree | f19fd4f4b5ff93a85b39fbe8bc020a4289e31729 /docker/services | |
parent | db845f71dcc38f22d13d011da0784784d8a1b19a (diff) |
Make EnablePackageInstall and Debug descriptions consistent
Change-Id: I3ea7c0c7ea049043668e68c6e637fd2aaf992622
Partial-Bug: 1700664
Diffstat (limited to 'docker/services')
-rw-r--r-- | docker/services/nova-libvirt.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/services/nova-libvirt.yaml b/docker/services/nova-libvirt.yaml index 36bdc7f3..e1ddca81 100644 --- a/docker/services/nova-libvirt.yaml +++ b/docker/services/nova-libvirt.yaml @@ -14,7 +14,7 @@ parameters: type: string EnablePackageInstall: default: 'false' - description: Set to true to enable package installation + description: Set to true to enable package installation at deploy time type: boolean ServiceData: default: {} |