diff options
| author | Martin Basti <mbasti@redhat.com> | 2017-03-10 13:30:43 +0100 |
|---|---|---|
| committer | Martin Basti <mbasti@redhat.com> | 2017-03-14 15:16:20 +0100 |
| commit | f4c7f1dd8a9ce530a8291219a904686ee47e59c7 (patch) | |
| tree | 3a0c69c6c76bcbca856ff444082394e5719eac2f /ipaserver | |
| parent | 585547ee9478ea0173106d88d40d7807baab8bcf (diff) | |
| download | freeipa-f4c7f1dd8a9ce530a8291219a904686ee47e59c7.tar.gz freeipa-f4c7f1dd8a9ce530a8291219a904686ee47e59c7.tar.xz freeipa-f4c7f1dd8a9ce530a8291219a904686ee47e59c7.zip | |
Remove copy-schema-to-ca.py from master branch
This script is used only for IPA <3.1, so it must be compatible with
ipa-3-0 branch, so it should be placed there
https://pagure.io/freeipa/issue/6540
Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
Diffstat (limited to 'ipaserver')
| -rw-r--r-- | ipaserver/install/cainstance.py | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/ipaserver/install/cainstance.py b/ipaserver/install/cainstance.py index 42e45411a..f0d3c2368 100644 --- a/ipaserver/install/cainstance.py +++ b/ipaserver/install/cainstance.py @@ -1290,11 +1290,9 @@ def replica_ca_install_check(config, promote): else: root_logger.critical( 'The master CA directory server does not have necessary schema. ' - 'Please copy the following script to all CA masters and run it ' - 'on them: %s\n' + 'Please run copy-schema-to-ca.py on all CA masters.\n' 'If you are certain that this is a false positive, use ' - '--skip-schema-check.', - os.path.join(paths.USR_SHARE_IPA_DIR, 'copy-schema-to-ca.py')) + '--skip-schema-check.') exit('IPA schema missing on master CA directory server') |
