Correct doc about os-collect-config metadata polling

Now the agent os-collect-config polls metadata from some
transports not only from heat service.

Change-Id: Ie77e8c822cdb73a1970a1f061ddd105c033f09f3
This commit is contained in:
huangtianhua 2016-07-06 10:41:09 +08:00
parent 6ad798ef71
commit 25639d8c17
1 changed files with 3 additions and 2 deletions

View File

@ -485,8 +485,9 @@ required in later examples:
# elements collection. Other values which may work include:
# centos7, debian, opensuse, rhel, rhel7, or ubuntu
export BASE_ELEMENTS="fedora selinux-permissive"
# Install and configure the os-collect-config agent to poll the heat service
# for configuration changes to execute
# Install and configure the os-collect-config agent to poll the metadata
# server (heat service or zaqar message queue and so on) for configuration
# changes to execute
export AGENT_ELEMENTS="os-collect-config os-refresh-config os-apply-config"