Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 1328536

Summary: Extra semi-colon on omapi_key definition at 7.9.2. Configuring an External DHCP Service section
Product: Red Hat Satellite Reporter: Javier Ramirez <javier.ramirez>
Component: Docs Install GuideAssignee: Stephen Wadeley <swadeley>
Status: CLOSED WORKSFORME QA Contact: Peter Ondrejka <pondrejk>
Severity: medium Docs Contact:
Priority: medium    
Version: 6.1.8CC: adahms, javier.ramirez, lzap, pdwyer, swadeley
Target Milestone: Unspecified   
Target Release: Unused   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-06-27 13:08:28 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 Javier Ramirez 2016-04-19 15:26:42 UTC
Document URL: 
https://access.redhat.com/documentation/en-US/Red_Hat_Satellite/6.1/html/Installation_Guide/sect-Red_Hat_Satellite-Installation_Guide-Red_Hat_Configuring_Satellite_6_with_External_Services.html#sect-Red_Hat_Satellite-Installation_Guide-Configuring_an_External_DHCP_service

Section Number and Name: 
7.9.2. Configuring an External DHCP Service

Describe the issue: 
In the step 3 of the "Procedure 7.10. Configuring the External DHCP Server" the omapi_key definition includes an extra semicolon after the ending curly bracket:

According to my customer:

key omapi_key {
	algorithm HMAC-MD5;
	secret "jNSE5YI3H1A8Oj/tkV4...A2ZOHb6zv315CkNAY7DMYYCj48Umw==";
};   <============ THIS SEMI-COLON CAUSES AN ERROR ===============>


Suggestions for improvement: 

Remove the extra semi-colon

Additional information:

Comment 3 Stephen Wadeley 2016-04-26 16:02:43 UTC
Hello Javier

There is some doubt about this. Can we see an example of the error message?


Thank you

Comment 4 Javier Ramirez 2016-06-27 13:03:52 UTC
(In reply to Stephen Wadeley from comment #3)
> Hello Javier
> 
> There is some doubt about this. Can we see an example of the error message?
> 
> 
> Thank you

Since the customer did not reply on two months, let's close this one.

Comment 5 Stephen Wadeley 2016-06-27 13:08:28 UTC
Thank you, feel free to reopen with a reproducer.