]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Generalized and put placeholders.
authorSumit Naiksatam <snaiksat@cisco.com>
Sun, 7 Aug 2011 01:41:27 +0000 (18:41 -0700)
committerSumit Naiksatam <snaiksat@cisco.com>
Sun, 7 Aug 2011 01:41:27 +0000 (18:41 -0700)
quantum/plugins/cisco/conf/nova.ini

index 357a5864308ad55453027d9cf128b90867960071..7ef5d439681dba896a21e4c0977fe1199549e4d5 100644 (file)
@@ -2,7 +2,7 @@
 #Change the following details to reflect your OpenStack Nova configuration. If you are running this service on the same machine as the Nova DB, you do not have to change the IP address.
 db_server_ip=127.0.0.1
 db_name=nova
-db_username=root
-db_password=nova
-nova_host_name=openstack0203
-nova_proj_name=demo
+db_username=<put_db_user_name_here>
+db_password=<put_db_password_here>
+nova_host_name=<put_openstack_cloud_controller_hostname_here>
+nova_proj_name=<put_openstack_project_name_here>