-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
miqimport service_dialogs fails for CFME 5.10 #148
Comments
Also has this issue. |
The rake scripts built into MIQ/CFME do supersede and replace the scripts in this repo. The tracking issue for bringing these scripts into MIQ is ManageIQ/manageiq#15350 |
Thanks for prompt answer |
Yes, the rhconsult scripts are deprecated. They were so widely used that the MIQ project asked that they be added to the main product. There were some changes (like the rake task naming) that were needed, but the functionality is the same. The shell scripts (miqimport/miqexport) that call the rake tasks are not included in MIQ/CFME, but could easily be created by users if desired. |
😱 Yes, miqimport/miqexport were great....
…On Mon, Feb 3, 2020, 18:14 Brant Evans ***@***.***> wrote:
Yes, the rhconsult scripts are deprecated.
They were so widely used that the MIQ project asked that they be added to
the main product. There were some changes (like the rake task naming) that
were needed, but the functionality is the same.
The shell scripts (miqimport/miqexport) that call the rake tasks are not
included in MIQ/CFME, but could easily be created by users if desired.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#148?email_source=notifications&email_token=AOOOCDW5NAC5D4M6KEVAVVDRBA7GPA5CNFSM4JJJCXIKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEKUNWZI#issuecomment-581491557>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOOOCDXGTTPD3V7J3JCOTR3RBA7GPANCNFSM4JJJCXIA>
.
|
I am seeing the following error when importing service dialogs in cfme 5.10 / CloudForms 4.7:
This seems to occur because the method has been updated from
circular_references
tocheck_for_circular_references
in 5.10:This one line fixed allowed me to import, but is logically incorrect:
The text was updated successfully, but these errors were encountered: