Removed config-and-secrets.conf
This commit is contained in:
parent
89244dc4ee
commit
e34abc449d
2 changed files with 2 additions and 20 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,6 +1,6 @@
|
|||
opennebula-snapshot/config-and-secrets.conf
|
||||
opennebula-vm-etcd/config-and-secrets.conf
|
||||
|
||||
*.pyc
|
||||
|
||||
.idea/
|
||||
.vscode/
|
||||
.vscode/
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
# Do not put single/double quotation mark for string as they are
|
||||
# aslo considered as normal character.
|
||||
|
||||
[oca]
|
||||
client_secrets = ahmedbilal96@gmail.com:d00359fa33a74fcb5ea40bb088e299fd2ab85126
|
||||
|
||||
[etcd]
|
||||
# url = localhost
|
||||
# port = 2379
|
||||
# ca_cert
|
||||
# cert_cert
|
||||
# cert_key
|
||||
|
||||
url = etcd1.ungleich.ch
|
||||
port = 2379
|
||||
ca_cert = /home/meow/.cdist/files/etcd/ca.pem
|
||||
cert_cert = /home/meow/.cdist/files/etcd/developer.pem
|
||||
cert_key = /home/meow/.cdist/files/etcd/developer-key.pem
|
Loading…
Reference in a new issue