Skip to content

Commit

Permalink
Moves auth section to bottom of nova.conf example.
Browse files Browse the repository at this point in the history
Fix bug 1083919

Change-Id: I18053f1a6c3f45ff01a94909c9a2d11aed6a43db
  • Loading branch information
annegentle committed Nov 29, 2012
1 parent 575e3b8 commit 1de51aa
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions doc/src/docbkx/openstack-install/samples/nova.conf
Expand Up @@ -7,17 +7,6 @@ state_path=/var/lib/nova
lock_path=/var/lock/nova
rootwrap_config=/etc/nova/rootwrap.conf

# AUTHENTICATION
auth_strategy=keystone
[keystone_authtoken]
auth_host = 127.0.0.1
auth_port = 35357
auth_protocol = http
admin_tenant_name = service
admin_user = nova
admin_password = nova
signing_dirname = /tmp/keystone-signing-nova

# SCHEDULER
compute_scheduler_driver=nova.scheduler.filter_scheduler.FilterScheduler

Expand Down Expand Up @@ -70,3 +59,14 @@ novncproxy_base_url=http://192.168.206.130:6080/vnc_auto.html
# Change vncserver_proxyclient_address and vncserver_listen to match each compute host
vncserver_proxyclient_address=192.168.206.130
vncserver_listen=192.168.206.130

# AUTHENTICATION
auth_strategy=keystone
[keystone_authtoken]
auth_host = 127.0.0.1
auth_port = 35357
auth_protocol = http
admin_tenant_name = service
admin_user = nova
admin_password = nova
signing_dirname = /tmp/keystone-signing-nova

0 comments on commit 1de51aa

Please sign in to comment.