Adding agent_ucs driver to the driver list
Depends-On: Ic77c7c318888ffbda268610b71363a74e7f98d85 Change-Id: Ia0c69931e026e4939d75d6cf3aa446a592d66550
This commit is contained in:
parent
c848bd22ef
commit
e8371af996
@ -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 %}
|
||||
|
||||
#
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user