Comment 1 for bug 1859757

Revision history for this message
Yadnesh Kulkarni (ykulkarn) wrote :

Is substituting the httpd VirtualHost instead of True in tripleoclient the correct approach here ?

 941 if parsed_args.push_destination:
 942 for entry in cip:
 943 entry['push_destination'] = True
 944 params = {
 945 'ContainerImagePrepare': cip
 946 }