Bug 1120278

Summary: [Doc] Section 6.5.3 - replace references to tgtd with targetcli (LIO)
Product: Red Hat OpenStack Reporter: Lee Yarwood <lyarwood>
Component: doc-Installation_and_Configuration_GuideAssignee: Don Domingo <ddomingo>
Status: CLOSED CURRENTRELEASE QA Contact: Martin Lopes <mlopes>
Severity: high Docs Contact:
Priority: high    
Version: 5.0 (RHEL 7)CC: lyarwood, mlopes, yeylon
Target Milestone: ---Keywords: Documentation, Triaged
Target Release: 5.0 (RHEL 7)   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-02-16 03:26:01 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Lee Yarwood 2014-07-16 15:44:56 UTC
Description of problem:

https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux_OpenStack_Platform/5/html-single/Installation_and_Configuration_Guide/index.html#Configuring_tgtd

This section refers to tgtd that is not shipped as part of RHEL 7 anymore. 

AFAIK we only need to do the following :

~~~
# yum install targetcli -y
# systemctl start target
# systemctl enable target
# openstack-config --set /etc/cinder/cinder.conf DEFAULT iscsi_helper lioadm
# openstack-config --set /etc/cinder/cinder.conf iscsi_ip_address ${IP_ADDRESS}
~~~

Version-Release number of selected component (if applicable):
Current

Additional info:

Comment 1 Martin Lopes 2014-07-18 02:04:06 UTC
This bug is being assigned to Don Domingo, who is now the designated docs specialist for Cinder.

Comment 6 Martin Lopes 2014-08-28 02:01:50 UTC
Verified. Looks good to me.