This doesn't appear to be causing issues with the charm functionality. But it is blocking one test in the cinder-ceph charm due to how configparser handles leading spaces, and we should probably clean that up anyway.
For example, when configparser reads this: auth_supported = none keyring = /etc/ceph/$cluster.$name.keyring mon host = 10.5.15.20 10.5.15.21 10.5.15.22 It returns this: 'auth_supported': 'none\n keyring = /etc/ceph/$cluster.$name.keyring\n mon host = 10.5.15.20 10.5.15.21 10.5.15.22' -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1468511 Title: leading spaces in ceph.conf template cause functional test failure (configparser) To manage notifications about this bug go to: https://bugs.launchpad.net/charm-helpers/+bug/1468511/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
