Add packages required for iscsi extension in agent

In Kilo, we added added an iscsi extension in
ironic-python-agent which requires tgtd and tgtadm.
This commit adds scsi-target-utils to the ramdisk for
this.

Also the git protocol for retrieving the source code is
changed to http.  Git protocol doesn't go through a proxy,
but http can.

Closes-Bug: 1449854
Change-Id: I8cf274913a16404941770d0c6115bd6feec1ccb8
This commit is contained in:
Ramakrishnan G 2015-04-28 19:09:44 -07:00
parent 37baf8b2b4
commit 45db8f1280
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
scsi-target-utils:

View File

@ -1 +1 @@
agent git /tmp/ironic-python-agent git://git.openstack.org/openstack/ironic-python-agent
agent git /tmp/ironic-python-agent https://git.openstack.org/openstack/ironic-python-agent