Skip to content

Commit

Permalink
cleaning
Browse files Browse the repository at this point in the history
Change-Id: I837ab1b70e7b3b45d53902b00c0f0e2f6b0c6818
  • Loading branch information
Fabio committed Apr 21, 2016
1 parent b15fad7 commit f99dd45
Show file tree
Hide file tree
Showing 40 changed files with 214 additions and 6,216 deletions.
29 changes: 0 additions & 29 deletions bin/iotronic

This file was deleted.

30 changes: 22 additions & 8 deletions etc/iotronic/iotronic.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,40 @@ transport_url=rabbit://<user>:<password>@<host>:5672/
debug=True
verbose=False

#
# Options defined in ironic.api.app
#

# Authentication strategy used by ironic-api: one of
# Authentication strategy used by iotronic-api: one of
# "keystone" or "noauth". "noauth" should not be used in a
# production environment because all authentication will be
# disabled. (string value)
auth_strategy=noauth
#auth_strategy=keystone

# Enable pecan debug mode. WARNING: this is insecure and
# should not be used in a production environment. (boolean
# value)
#pecan_debug=false


[wamp]
wamp_ip = <wamp_router_ip>
wamp_port = <port>
wamp_realm = s4t


[database]
connection = mysql://<user>:<password>@<host>/iotronic

[wamp]
#wamp_ip = <ip>
#wamp_port = <port>
#wamp_realm = s4t
[oslo_messaging_rabbit]
#rabbit_host = controller
#rabbit_userid = openstack
#rabbit_password = RABBIT_PASS

[keystone_authtoken]
auth_uri = http://<keystone_host>:5000
auth_url = http://<keystone_host>:35357
auth_plugin = password
project_domain_id = default
user_domain_id = default
project_name = service
username = iotronic
password = <password>
Loading

0 comments on commit f99dd45

Please sign in to comment.