summaryrefslogtreecommitdiff
path: root/vagrant.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'vagrant.yaml')
-rw-r--r--vagrant.yaml13
1 files changed, 12 insertions, 1 deletions
diff --git a/vagrant.yaml b/vagrant.yaml
index 0d227a4fe..055a4a9dc 100644
--- a/vagrant.yaml
+++ b/vagrant.yaml
@@ -125,6 +125,14 @@
option: 'pecan_debug', value: 'true'
}
- {
+ section: 'DEFAULT',
+ option: 'verbose', value: 'true'
+ }
+ - {
+ section: 'DEFAULT',
+ option: 'debug', value: 'true'
+ }
+ - {
section: 'oslo_messaging_rabbit',
option: 'rabbit_host', value: "{{ip}}"
}
@@ -136,7 +144,10 @@
section: 'oslo_messaging_rabbit',
option: 'rabbit_password', value: "ironic"
}
-
+ - { # CORS Domain For Ironic-Webclient's dev server.
+ section: 'cors',
+ option: 'allowed_origin', value: "http://localhost:8000"
+ }
#############################################################################
# Handlers