Merge "Adding agent_ucs driver to the driver list"

This commit is contained in:
Jenkins 2015-06-24 16:08:30 +00:00 committed by Gerrit Code Review
commit e6516d8661
2 changed files with 3 additions and 2 deletions

View File

@ -216,9 +216,9 @@ auth_strategy=noauth
# "ironic.drivers" entrypoint. An example may be found in the
# developer documentation online. (list value)
{% if testing %}
enabled_drivers=agent_ssh,agent_ipmitool,pxe_amt,agent_ilo
enabled_drivers=agent_ssh,agent_ipmitool,pxe_amt,agent_ilo,agent_ucs
{% else %}
enabled_drivers=agent_ipmitool,pxe_amt,agent_ilo
enabled_drivers=agent_ipmitool,pxe_amt,agent_ilo,agent_ucs
{% endif %}
#

View File

@ -6,3 +6,4 @@ Babel>=1.3
oslo.config>=1.11.0
oslo.log>=1.2.0
six>=1.9.0
UcsSdK==0.8.1.9