@property
    def is_hive(self):
        config = self.get_config()
        if config is None:
            return True