Commit 41208365 by Czémán Arnold

Update README.md's "Other variables" section

parent 2ac81529
...@@ -77,7 +77,7 @@ Most used variables ...@@ -77,7 +77,7 @@ Most used variables
* **proxy_secret**: This is used to provide cryptographic signing, and should be set to a unique, unpredictable value. * **proxy_secret**: This is used to provide cryptographic signing, and should be set to a unique, unpredictable value.
* **secret_key**: This is used to provide cryptographic signing, and should be set to a unique, unpredictable value. * **secret_key**: This is used to provide cryptographic signing, and should be set to a unique, unpredictable value.
* **deployment_type**: local (development) or production * **deployment_type**: local (development) or production
**deployment_mode**: standalone or multinode * **deployment_mode**: standalone or multinode
* **admin_user**: user name to login in as admin on the site * **admin_user**: user name to login in as admin on the site
* **admin_pass**: password to login in as admin on the site * **admin_pass**: password to login in as admin on the site
* **database**: * **database**:
...@@ -119,6 +119,7 @@ Other variables ...@@ -119,6 +119,7 @@ Other variables
* name: django database’s name * name: django database’s name
* user: database user * user: database user
* fwdriver: * fwdriver:
* open_ports: True or False - open necessary ports for libvirt, nfs server and AMQP services
* repo_revision: revision * repo_revision: revision
* user: fwdriver user name * user: fwdriver user name
* vm_if: vm interface * vm_if: vm interface
...@@ -216,4 +217,4 @@ sudo service nginx restart ...@@ -216,4 +217,4 @@ sudo service nginx restart
### Cannot reach the internet on VM-s on distro from Red Hat family ### Cannot reach the internet on VM-s on distro from Red Hat family
```bash ```bash
sudo systemctl restart systemd-sysctl sudo systemctl restart systemd-sysctl
``` ```
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment