diff options
author | Jenkins <jenkins@review.openstack.org> | 2014-05-13 00:33:01 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2014-05-13 00:33:01 +0000 |
commit | d7a061143bd22a8bd7b250cc26c22e83c90d50c9 (patch) | |
tree | f0199db116f816fb6d9e2b80eca8fb261a257706 /etc/ironic | |
parent | 70646b4bc4139da0570fccf6c982c6275bfbac6f (diff) | |
parent | 7c9ba8b44766c30dbc367bc69911f36543e85074 (diff) | |
download | ironic-d7a061143bd22a8bd7b250cc26c22e83c90d50c9.tar.gz |
Merge "Clean up openstack-common.conf"
Diffstat (limited to 'etc/ironic')
-rw-r--r-- | etc/ironic/ironic.conf.sample | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/etc/ironic/ironic.conf.sample b/etc/ironic/ironic.conf.sample index 819155fd9..e4fe2c9ee 100644 --- a/etc/ironic/ironic.conf.sample +++ b/etc/ironic/ironic.conf.sample @@ -924,22 +924,3 @@ #libvirt_uri=qemu:///system -[ssl] - -# -# Options defined in ironic.openstack.common.sslutils -# - -# CA certificate file to use to verify connecting clients -# (string value) -#ca_file=<None> - -# Certificate file to use when starting the server securely -# (string value) -#cert_file=<None> - -# Private key file to use when starting the server securely -# (string value) -#key_file=<None> - - |