Merge "Adding agent_ucs driver to the driver list"
This commit is contained in:
commit
e6516d8661
@ -216,9 +216,9 @@ auth_strategy=noauth
|
|||||||
# "ironic.drivers" entrypoint. An example may be found in the
|
# "ironic.drivers" entrypoint. An example may be found in the
|
||||||
# developer documentation online. (list value)
|
# developer documentation online. (list value)
|
||||||
{% if testing %}
|
{% 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 %}
|
{% else %}
|
||||||
enabled_drivers=agent_ipmitool,pxe_amt,agent_ilo
|
enabled_drivers=agent_ipmitool,pxe_amt,agent_ilo,agent_ucs
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -6,3 +6,4 @@ Babel>=1.3
|
|||||||
oslo.config>=1.11.0
|
oslo.config>=1.11.0
|
||||||
oslo.log>=1.2.0
|
oslo.log>=1.2.0
|
||||||
six>=1.9.0
|
six>=1.9.0
|
||||||
|
UcsSdK==0.8.1.9
|
||||||
|
Loading…
Reference in New Issue
Block a user