Change default os-username to 'ceilometer'

'glance' is maybe not the best default value for os-username

Change-Id: I7f73e27a2f7a61bc06c6b7921c4b4dd37129dbaf
This commit is contained in:
guillaume pernot 2012-12-05 13:56:50 +01:00
parent 9c28a970bb
commit cc50edeef9
3 changed files with 3 additions and 3 deletions

View File

@ -41,7 +41,7 @@ cfg.CONF.register_opts([
CLI_OPTIONS = [
cfg.StrOpt('os-username',
default=os.environ.get('OS_USERNAME', 'glance'),
default=os.environ.get('OS_USERNAME', 'ceilometer'),
help='Username to use for openstack service access'),
cfg.StrOpt('os-password',
default=os.environ.get('OS_PASSWORD', 'admin'),

View File

@ -40,7 +40,7 @@ metering_topic metering the topic
counter_source openstack The source name of emited counters
control_exchange ceilometer AMQP exchange to connect to if using RabbitMQ or Qpid
periodic_interval 600 seconds between running periodic tasks
os-username glance Username to use for openstack service access
os-username ceilometer Username to use for openstack service access
os-password admin Password to use for openstack service access
os-tenant-id Tenant ID to use for openstack service access
os-tenant-name admin Tenant name to use for openstack service access

View File

@ -83,7 +83,7 @@ Installing the Collector
to ``rabbit`` or ``qpid`` in ``glance-api.conf`` and restarting the
service.
3. In order to retrieve object store statistics, ceilometer needs an
3. In order to retrieve object store statistics, ceilometer needs
access to swift with ``ResellerAdmin`` role. You should give this
role to your ``os_username`` user for tenant ``os_tenant_name``::