Code review comment for lp:~matsubara/maas/fix-MAAS_URL-quotes

Revision history for this message
Gavin Panella (allenap) wrote :

I don't see how this - or lp:~matsubara/maas/fix-MAAS_URL-quotes-quantal or lp:~matsubara/maas/fix-MAAS_URL-quotes-precise - addresses bug 1172303.

The integration test is looking for:

  MAAS_URL='http://192.168.21.5/MAAS'

but the string it's looking in only contains:

  MAAS_URL=http://192.168.21.5/MAAS

i.e. the same thing without single quotes. Something is writing that config file without quotes. This branch does not deal with that.

review: Needs Information

« Back to merge proposal